Html Css Color HEX #A806D0 Dark Violet

📋 copy color: '#A806D0'

red 168 ◦ green 6 ◦ blue 208

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

Shades of Dark Violet #A806D0

Tints of Dark Violet #A806D0

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.57%

 BLUE value IS 208 (81.64% from 255) = 54.45%

R = 43.98%
G = 1.57%
B = 54.45%

CMYK

 C value IS 0.19

 M value IS 0.97

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A806D0 (or 0xA806D0) is known color: Dark Violet. HEX triplet: A8, 06 and D0. RGB value is (168,6,208). Sum of RGB (Red+Green+Blue) = 168+6+208=382 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.98% from 382); Green value is 6 (2.73% from 255 or 1.57% from 382); Blue value is 208 (81.64% from 255 or 54.45% from 382); Max value from RGB is 208 - color contains mainly: blue. Hex color #A806D0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A806D0 is #57F92F. Grayscale: #4C4C4C. Windows color (decimal): -5765424 or 13633192. OLE color: 13633192.

HSL color Cylindrical-coordinate representation of color #A806D0: hue angle of 288.12º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A806D0 is Cyan = 0.19, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 168 6 208 -
CMYK 0.19 0.97 0 0.18
HSL 288.12º 0.94% 0.42% -
HSV(B) 288.12º 0.97% 0.82% -
XYZ 27.6 13.01 60.73 -
YUV 77.47 201.67 192.57 -
System Red Green Blue C M Y K H S L
Decimal 168 6 208 0.19 0.97 0 0.18 288.12 0.94 0.42
Hex A8 6 D0 13 61 0 12 120 5E 2A
Octal 250 6 320 23 141 0 22 440 136 52
Binary 10101000 110 11010000 10011 1100001 0 10010 100100000 1011110 101010

Color Harmonies of #A806D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A806D0

Black with #A806D0

Text Example


Text Example

White with #A806D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A806D0; }

 p { color: rgb(168,6,208); }

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

background-color css

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

 a { background-color: rgb(168,6,208); }

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

border-color css

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

 span { border-color: rgb(168,6,208); }

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