Html Css Color HEX #A602EC Dark Violet

📋 copy color: '#A602EC'

red 166 ◦ green 2 ◦ blue 236

#A602EC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Violet #A602EC

Tints of Dark Violet #A602EC

RGB

 RED value IS 166 (65.23% from 255) = 41.09%

 GREEN value IS 2 (1.17% from 255) = 0.5%

 BLUE value IS 236 (92.58% from 255) = 58.42%

R = 41.09%
G = 0.5%
B = 58.42%

CMYK

 C value IS 0.30

 M value IS 0.99

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A602EC (or 0xA602EC) is known color: Dark Violet. HEX triplet: A6, 02 and EC. RGB value is (166,2,236). Sum of RGB (Red+Green+Blue) = 166+2+236=404 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.09% from 404); Green value is 2 (1.17% from 255 or 0.50% from 404); Blue value is 236 (92.58% from 255 or 58.42% from 404); Max value from RGB is 236 - color contains mainly: blue. Hex color #A602EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A602EC is #59FD13. Grayscale: #4C4C4C. Windows color (decimal): -5897492 or 15467174. OLE color: 15467174.

HSL color Cylindrical-coordinate representation of color #A602EC: hue angle of 282.05º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A602EC is Cyan = 0.30, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 166 2 236 -
CMYK 0.30 0.99 0 0.07
HSL 282.05º 0.98% 0.47% -
HSV(B) 282.05º 0.99% 0.93% -
XYZ 30.89 14.21 80.47 -
YUV 77.71 217.33 190.97 -
System Red Green Blue C M Y K H S L
Decimal 166 2 236 0.30 0.99 0 0.07 282.05 0.98 0.47
Hex A6 2 EC 1E 63 0 7 11A 62 2F
Octal 246 2 354 36 143 0 7 432 142 57
Binary 10100110 10 11101100 11110 1100011 0 111 100011010 1100010 101111

Color Harmonies of #A602EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A602EC

Black with #A602EC

Text Example


Text Example

White with #A602EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A602EC; }

 p { color: rgb(166,2,236); }

 H1.HeaderClassName
 {
   color: #A602EC;
 }
 .AnyTagClassName
 {
   color: #A602EC;
 }
</style>

background-color css

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

 a { background-color: rgb(166,2,236); }

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

border-color css

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

 span { border-color: rgb(166,2,236); }

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