Html Css Color HEX #A802B6 Dark Violet

📋 copy color: '#A802B6'

red 168 ◦ green 2 ◦ blue 182

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

Shades of Dark Violet #A802B6

Tints of Dark Violet #A802B6

RGB

 RED value IS 168 (66.02% from 255) = 47.73%

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

 BLUE value IS 182 (71.48% from 255) = 51.7%

R = 47.73%
G = 0.57%
B = 51.7%

CMYK

 C value IS 0.08

 M value IS 0.99

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A802B6 (or 0xA802B6) is known color: Dark Violet. HEX triplet: A8, 02 and B6. RGB value is (168,2,182). Sum of RGB (Red+Green+Blue) = 168+2+182=352 (46% of max value = 765). Red value is 168 (66.02% from 255 or 47.73% from 352); Green value is 2 (1.17% from 255 or 0.57% from 352); Blue value is 182 (71.48% from 255 or 51.70% from 352); Max value from RGB is 182 - color contains mainly: blue. Hex color #A802B6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A802B6 is #57FD49. Grayscale: #474747. Windows color (decimal): -5766474 or 11928232. OLE color: 11928232.

HSL color Cylindrical-coordinate representation of color #A802B6: hue angle of 295.33º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A802B6 is Cyan = 0.08, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 168 2 182 -
CMYK 0.08 0.99 0 0.29
HSL 295.33º 0.98% 0.36% -
HSV(B) 295.33º 0.99% 0.71% -
XYZ 24.61 11.75 45.23 -
YUV 72.15 190 196.36 -
System Red Green Blue C M Y K H S L
Decimal 168 2 182 0.08 0.99 0 0.29 295.33 0.98 0.36
Hex A8 2 B6 8 63 0 1D 127 62 24
Octal 250 2 266 10 143 0 35 447 142 44
Binary 10101000 10 10110110 1000 1100011 0 11101 100100111 1100010 100100

Color Harmonies of #A802B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A802B6

Black with #A802B6

Text Example


Text Example

White with #A802B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A802B6; }

 p { color: rgb(168,2,182); }

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

background-color css

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

 a { background-color: rgb(168,2,182); }

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

border-color css

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

 span { border-color: rgb(168,2,182); }

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