Html Css Color HEX #A812DF Dark Violet

📋 copy color: '#A812DF'

red 168 ◦ green 18 ◦ blue 223

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

Shades of Dark Violet #A812DF

Tints of Dark Violet #A812DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 54.52%

R = 41.08%
G = 4.4%
B = 54.52%

CMYK

 C value IS 0.25

 M value IS 0.92

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A812DF (or 0xA812DF) is known color: Dark Violet. HEX triplet: A8, 12 and DF. RGB value is (168,18,223). Sum of RGB (Red+Green+Blue) = 168+18+223=409 (54% of max value = 765). Red value is 168 (66.02% from 255 or 41.08% from 409); Green value is 18 (7.42% from 255 or 4.40% from 409); Blue value is 223 (87.5% from 255 or 54.52% from 409); Max value from RGB is 223 - color contains mainly: blue. Hex color #A812DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A812DF is #57ED20. Grayscale: #555555. Windows color (decimal): -5762337 or 14619304. OLE color: 14619304.

HSL color Cylindrical-coordinate representation of color #A812DF: hue angle of 283.9º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A812DF is Cyan = 0.25, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 168 18 223 -
CMYK 0.25 0.92 0 0.13
HSL 283.9º 0.85% 0.47% -
HSV(B) 283.9º 0.92% 0.87% -
XYZ 29.68 14.09 70.97 -
YUV 86.22 205.2 186.33 -
System Red Green Blue C M Y K H S L
Decimal 168 18 223 0.25 0.92 0 0.13 283.9 0.85 0.47
Hex A8 12 DF 19 5C 0 D 11C 55 2F
Octal 250 22 337 31 134 0 15 434 125 57
Binary 10101000 10010 11011111 11001 1011100 0 1101 100011100 1010101 101111

Color Harmonies of #A812DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A812DF

Black with #A812DF

Text Example


Text Example

White with #A812DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A812DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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