Html Css Color HEX #A805D9 Dark Violet

📋 copy color: '#A805D9'

red 168 ◦ green 5 ◦ blue 217

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

Shades of Dark Violet #A805D9

Tints of Dark Violet #A805D9

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.28%

 BLUE value IS 217 (85.16% from 255) = 55.64%

R = 43.08%
G = 1.28%
B = 55.64%

CMYK

 C value IS 0.23

 M value IS 0.98

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A805D9 (or 0xA805D9) is known color: Dark Violet. HEX triplet: A8, 05 and D9. RGB value is (168,5,217). Sum of RGB (Red+Green+Blue) = 168+5+217=390 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.08% from 390); Green value is 5 (2.34% from 255 or 1.28% from 390); Blue value is 217 (85.16% from 255 or 55.64% from 390); Max value from RGB is 217 - color contains mainly: blue. Hex color #A805D9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A805D9 is #57FA26. Grayscale: #4D4D4D. Windows color (decimal): -5765671 or 14222760. OLE color: 14222760.

HSL color Cylindrical-coordinate representation of color #A805D9: hue angle of 286.13º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A805D9 is Cyan = 0.23, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 168 5 217 -
CMYK 0.23 0.98 0 0.15
HSL 286.13º 0.95% 0.44% -
HSV(B) 286.13º 0.98% 0.85% -
XYZ 28.73 13.44 66.73 -
YUV 77.91 206.5 192.26 -
System Red Green Blue C M Y K H S L
Decimal 168 5 217 0.23 0.98 0 0.15 286.13 0.95 0.44
Hex A8 5 D9 17 62 0 F 11E 5F 2C
Octal 250 5 331 27 142 0 17 436 137 54
Binary 10101000 101 11011001 10111 1100010 0 1111 100011110 1011111 101100

Color Harmonies of #A805D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A805D9

Black with #A805D9

Text Example


Text Example

White with #A805D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A805D9; }

 p { color: rgb(168,5,217); }

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

background-color css

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

 a { background-color: rgb(168,5,217); }

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

border-color css

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

 span { border-color: rgb(168,5,217); }

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