Html Css Color HEX #A812DB Dark Violet

📋 copy color: '#A812DB'

red 168 ◦ green 18 ◦ blue 219

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

Shades of Dark Violet #A812DB

Tints of Dark Violet #A812DB

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.44%

 BLUE value IS 219 (85.94% from 255) = 54.07%

R = 41.48%
G = 4.44%
B = 54.07%

CMYK

 C value IS 0.23

 M value IS 0.92

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A812DB (or 0xA812DB) is known color: Dark Violet. HEX triplet: A8, 12 and DB. RGB value is (168,18,219). Sum of RGB (Red+Green+Blue) = 168+18+219=405 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.48% from 405); Green value is 18 (7.42% from 255 or 4.44% from 405); Blue value is 219 (85.94% from 255 or 54.07% from 405); Max value from RGB is 219 - color contains mainly: blue. Hex color #A812DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A812DB is #57ED24. Grayscale: #555555. Windows color (decimal): -5762341 or 14357160. OLE color: 14357160.

HSL color Cylindrical-coordinate representation of color #A812DB: hue angle of 284.78º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A812DB is Cyan = 0.23, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 168 18 219 -
CMYK 0.23 0.92 0 0.14
HSL 284.78º 0.85% 0.46% -
HSV(B) 284.78º 0.92% 0.86% -
XYZ 29.15 13.87 68.16 -
YUV 85.76 203.2 186.66 -
System Red Green Blue C M Y K H S L
Decimal 168 18 219 0.23 0.92 0 0.14 284.78 0.85 0.46
Hex A8 12 DB 17 5C 0 E 11D 55 2E
Octal 250 22 333 27 134 0 16 435 125 56
Binary 10101000 10010 11011011 10111 1011100 0 1110 100011101 1010101 101110

Color Harmonies of #A812DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A812DB

Black with #A812DB

Text Example


Text Example

White with #A812DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A812DB; }

 p { color: rgb(168,18,219); }

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

background-color css

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

 a { background-color: rgb(168,18,219); }

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

border-color css

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

 span { border-color: rgb(168,18,219); }

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