Html Css Color HEX #A811CE Dark Violet

📋 copy color: '#A811CE'

red 168 ◦ green 17 ◦ blue 206

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

Shades of Dark Violet #A811CE

Tints of Dark Violet #A811CE

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.35%

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

R = 42.97%
G = 4.35%
B = 52.69%

CMYK

 C value IS 0.18

 M value IS 0.92

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A811CE (or 0xA811CE) is known color: Dark Violet. HEX triplet: A8, 11 and CE. RGB value is (168,17,206). Sum of RGB (Red+Green+Blue) = 168+17+206=391 (51% of max value = 765). Red value is 168 (66.02% from 255 or 42.97% from 391); Green value is 17 (7.03% from 255 or 4.35% from 391); Blue value is 206 (80.86% from 255 or 52.69% from 391); Max value from RGB is 206 - color contains mainly: blue. Hex color #A811CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A811CE is #57EE31. Grayscale: #535353. Windows color (decimal): -5762610 or 13504936. OLE color: 13504936.

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

Color convert

RGB 168 17 206 -
CMYK 0.18 0.92 0 0.19
HSL 287.94º 0.85% 0.44% -
HSV(B) 287.94º 0.92% 0.81% -
XYZ 27.49 13.18 59.49 -
YUV 83.7 197.03 188.13 -
System Red Green Blue C M Y K H S L
Decimal 168 17 206 0.18 0.92 0 0.19 287.94 0.85 0.44
Hex A8 11 CE 12 5C 0 13 120 55 2C
Octal 250 21 316 22 134 0 23 440 125 54
Binary 10101000 10001 11001110 10010 1011100 0 10011 100100000 1010101 101100

Color Harmonies of #A811CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A811CE

Black with #A811CE

Text Example


Text Example

White with #A811CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A811CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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