Html Css Color HEX #A810D8 Dark Violet

📋 copy color: '#A810D8'

red 168 ◦ green 16 ◦ blue 216

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

Shades of Dark Violet #A810D8

Tints of Dark Violet #A810D8

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4%

 BLUE value IS 216 (84.77% from 255) = 54%

R = 42%
G = 4%
B = 54%

CMYK

 C value IS 0.22

 M value IS 0.93

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A810D8 (or 0xA810D8) is known color: Dark Violet. HEX triplet: A8, 10 and D8. RGB value is (168,16,216). Sum of RGB (Red+Green+Blue) = 168+16+216=400 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42% from 400); Green value is 16 (6.64% from 255 or 4% from 400); Blue value is 216 (84.77% from 255 or 54% from 400); Max value from RGB is 216 - color contains mainly: blue. Hex color #A810D8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A810D8 is #57EF27. Grayscale: #535353. Windows color (decimal): -5762856 or 14160040. OLE color: 14160040.

HSL color Cylindrical-coordinate representation of color #A810D8: hue angle of 285.6º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A810D8 is Cyan = 0.22, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 168 16 216 -
CMYK 0.22 0.93 0 0.15
HSL 285.6º 0.86% 0.45% -
HSV(B) 285.6º 0.93% 0.85% -
XYZ 28.73 13.65 66.09 -
YUV 84.25 202.36 187.74 -
System Red Green Blue C M Y K H S L
Decimal 168 16 216 0.22 0.93 0 0.15 285.6 0.86 0.45
Hex A8 10 D8 16 5D 0 F 11E 56 2D
Octal 250 20 330 26 135 0 17 436 126 55
Binary 10101000 10000 11011000 10110 1011101 0 1111 100011110 1010110 101101

Color Harmonies of #A810D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A810D8

Black with #A810D8

Text Example


Text Example

White with #A810D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A810D8; }

 p { color: rgb(168,16,216); }

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

background-color css

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

 a { background-color: rgb(168,16,216); }

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

border-color css

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

 span { border-color: rgb(168,16,216); }

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