Html Css Color HEX #A602B3 Dark Violet

📋 copy color: '#A602B3'

red 166 ◦ green 2 ◦ blue 179

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

Shades of Dark Violet #A602B3

Tints of Dark Violet #A602B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 51.59%

R = 47.84%
G = 0.58%
B = 51.59%

CMYK

 C value IS 0.07

 M value IS 0.99

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#A602B3 (or 0xA602B3) is known color: Dark Violet. HEX triplet: A6, 02 and B3. RGB value is (166,2,179). Sum of RGB (Red+Green+Blue) = 166+2+179=347 (45% of max value = 765). Red value is 166 (65.23% from 255 or 47.84% from 347); Green value is 2 (1.17% from 255 or 0.58% from 347); Blue value is 179 (70.31% from 255 or 51.59% from 347); Max value from RGB is 179 - color contains mainly: blue. Hex color #A602B3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A602B3 is #59FD4C. Grayscale: #464646. Windows color (decimal): -5897549 or 11731622. OLE color: 11731622.

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

Color convert

RGB 166 2 179 -
CMYK 0.07 0.99 0 0.30
HSL 295.59º 0.98% 0.35% -
HSV(B) 295.59º 0.99% 0.7% -
XYZ 23.88 11.41 43.59 -
YUV 71.21 188.83 195.61 -
System Red Green Blue C M Y K H S L
Decimal 166 2 179 0.07 0.99 0 0.30 295.59 0.98 0.35
Hex A6 2 B3 7 63 0 1E 128 62 23
Octal 246 2 263 7 143 0 36 450 142 43
Binary 10100110 10 10110011 111 1100011 0 11110 100101000 1100010 100011

Color Harmonies of #A602B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A602B3

Black with #A602B3

Text Example


Text Example

White with #A602B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A602B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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