Html Css Color HEX #A602C6 Dark Violet

📋 copy color: '#A602C6'

red 166 ◦ green 2 ◦ blue 198

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

Shades of Dark Violet #A602C6

Tints of Dark Violet #A602C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 54.1%

R = 45.36%
G = 0.55%
B = 54.1%

CMYK

 C value IS 0.16

 M value IS 0.99

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A602C6 (or 0xA602C6) is known color: Dark Violet. HEX triplet: A6, 02 and C6. RGB value is (166,2,198). Sum of RGB (Red+Green+Blue) = 166+2+198=366 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.36% from 366); Green value is 2 (1.17% from 255 or 0.55% from 366); Blue value is 198 (77.73% from 255 or 54.10% from 366); Max value from RGB is 198 - color contains mainly: blue. Hex color #A602C6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A602C6 is #59FD39. Grayscale: #484848. Windows color (decimal): -5897530 or 12976806. OLE color: 12976806.

HSL color Cylindrical-coordinate representation of color #A602C6: hue angle of 290.2º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A602C6 is Cyan = 0.16, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 166 2 198 -
CMYK 0.16 0.99 0 0.22
HSL 290.2º 0.98% 0.39% -
HSV(B) 290.2º 0.99% 0.78% -
XYZ 25.94 12.23 54.42 -
YUV 73.38 198.33 194.06 -
System Red Green Blue C M Y K H S L
Decimal 166 2 198 0.16 0.99 0 0.22 290.2 0.98 0.39
Hex A6 2 C6 10 63 0 16 122 62 27
Octal 246 2 306 20 143 0 26 442 142 47
Binary 10100110 10 11000110 10000 1100011 0 10110 100100010 1100010 100111

Color Harmonies of #A602C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A602C6

Black with #A602C6

Text Example


Text Example

White with #A602C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A602C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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