#A762EA

Color #A762EA Medium Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Purple #A762EA

Tints of Medium Purple #A762EA

Color information

#A762EA (or 0xA762EA) is unknown color: approx Medium Purple. HEX triplet: A7, 62 and EA. RGB value is (167,98,234). Sum of RGB (Red+Green+Blue) = 167+98+234=499 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.47% from 499); Green value is 98 (38.67% from 255 or 19.64% from 499); Blue value is 234 (91.80% from 255 or 46.89% from 499); Max value from RGB is 234 - color contains mainly: blue. Hex color #A762EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A762EA is #589D15. Grayscale: #858585. Windows color (decimal): -5807382 or 15360679. OLE color: 15360679.

HSL color Cylindrical-coordinate representation of color #A762EA: hue angle of 270.44º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A762EA is Cyan = 0.29, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB16798234-
CMYK0.290.5800.08
HSL270.44º76.4%65.1%-
HSV(B)270.44º58.12%91.76%-
XYZ35.1622.8980.41-
YUV134.14184.36151.44-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 167 (65.62% from 255) = 33.47%
GREEN value IS 98 (38.67% from 255) = 19.64%
BLUE value IS 234 (91.80% from 255) = 46.89%
R=33.47%
G=19.64%
B=46.89%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal167982340.290.5800.08270.4476.465.1
HexA762EA1D3A0810e4c41
Octal2471423523572010416114101
Binary10100111110001011101010111011110100100010000111010011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A762EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A762EA; }

 p { color: rgb(167,98,234); }

 H1.HeaderClassName
 {
   color: #A762EA;
 }
 .AnyTagClassName
 {
   color: #A762EA;
 }
</style>
background-color css

<style>
 a { background-color: #A762EA; }

 a { background-color: rgb(167,98,234); }

 div.DivClassName
 {
   background-color: #A762EA;
 }
 .BgClassName
 {
   background-color: #A762EA;
 }
</style>
border-color css

<style>
 span { border-color: #A762EA; }

 span { border-color: rgb(167,98,234); }

 td.TdClassName
 {
   border-color: #A762EA;
 }
 .TagClassName
 {
   border-color: #A762EA;
 }
</style>