Html Css Color HEX #A812CE Dark Violet

📋 copy color: '#A812CE'

red 168 ◦ green 18 ◦ blue 206

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

Shades of Dark Violet #A812CE

Tints of Dark Violet #A812CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 52.55%

R = 42.86%
G = 4.59%
B = 52.55%

CMYK

 C value IS 0.18

 M value IS 0.91

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A812CE (or 0xA812CE) is known color: Dark Violet. HEX triplet: A8, 12 and CE. RGB value is (168,18,206). Sum of RGB (Red+Green+Blue) = 168+18+206=392 (51% of max value = 765). Red value is 168 (66.02% from 255 or 42.86% from 392); Green value is 18 (7.42% from 255 or 4.59% from 392); Blue value is 206 (80.86% from 255 or 52.55% from 392); Max value from RGB is 206 - color contains mainly: blue. Hex color #A812CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A812CE is #57ED31. Grayscale: #535353. Windows color (decimal): -5762354 or 13505192. OLE color: 13505192.

HSL color Cylindrical-coordinate representation of color #A812CE: hue angle of 287.87º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A812CE is Cyan = 0.18, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 168 18 206 -
CMYK 0.18 0.91 0 0.19
HSL 287.87º 0.84% 0.44% -
HSV(B) 287.87º 0.91% 0.81% -
XYZ 27.51 13.21 59.49 -
YUV 84.28 196.7 187.71 -
System Red Green Blue C M Y K H S L
Decimal 168 18 206 0.18 0.91 0 0.19 287.87 0.84 0.44
Hex A8 12 CE 12 5B 0 13 120 54 2C
Octal 250 22 316 22 133 0 23 440 124 54
Binary 10101000 10010 11001110 10010 1011011 0 10011 100100000 1010100 101100

Color Harmonies of #A812CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A812CE

Black with #A812CE

Text Example


Text Example

White with #A812CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A812CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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