Html Css Color HEX #A602BC Dark Violet

📋 copy color: '#A602BC'

red 166 ◦ green 2 ◦ blue 188

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

Shades of Dark Violet #A602BC

Tints of Dark Violet #A602BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 52.81%

R = 46.63%
G = 0.56%
B = 52.81%

CMYK

 C value IS 0.12

 M value IS 0.99

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A602BC (or 0xA602BC) is known color: Dark Violet. HEX triplet: A6, 02 and BC. RGB value is (166,2,188). Sum of RGB (Red+Green+Blue) = 166+2+188=356 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.63% from 356); Green value is 2 (1.17% from 255 or 0.56% from 356); Blue value is 188 (73.83% from 255 or 52.81% from 356); Max value from RGB is 188 - color contains mainly: blue. Hex color #A602BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A602BC is #59FD43. Grayscale: #474747. Windows color (decimal): -5897540 or 12321446. OLE color: 12321446.

HSL color Cylindrical-coordinate representation of color #A602BC: hue angle of 292.9º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A602BC is Cyan = 0.12, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 166 2 188 -
CMYK 0.12 0.99 0 0.26
HSL 292.9º 0.98% 0.37% -
HSV(B) 292.9º 0.99% 0.74% -
XYZ 24.82 11.78 48.54 -
YUV 72.24 193.33 194.88 -
System Red Green Blue C M Y K H S L
Decimal 166 2 188 0.12 0.99 0 0.26 292.9 0.98 0.37
Hex A6 2 BC C 63 0 1A 125 62 25
Octal 246 2 274 14 143 0 32 445 142 45
Binary 10100110 10 10111100 1100 1100011 0 11010 100100101 1100010 100101

Color Harmonies of #A602BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A602BC

Black with #A602BC

Text Example


Text Example

White with #A602BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A602BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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