Html Css Color HEX #A811D0 Dark Violet

📋 copy color: '#A811D0'

red 168 ◦ green 17 ◦ blue 208

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

Shades of Dark Violet #A811D0

Tints of Dark Violet #A811D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 52.93%

R = 42.75%
G = 4.33%
B = 52.93%

CMYK

 C value IS 0.19

 M value IS 0.92

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A811D0 (or 0xA811D0) is known color: Dark Violet. HEX triplet: A8, 11 and D0. RGB value is (168,17,208). Sum of RGB (Red+Green+Blue) = 168+17+208=393 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.75% from 393); Green value is 17 (7.03% from 255 or 4.33% from 393); Blue value is 208 (81.64% from 255 or 52.93% from 393); Max value from RGB is 208 - color contains mainly: blue. Hex color #A811D0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A811D0 is #57EE2F. Grayscale: #535353. Windows color (decimal): -5762608 or 13636008. OLE color: 13636008.

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

Color convert

RGB 168 17 208 -
CMYK 0.19 0.92 0 0.18
HSL 287.43º 0.85% 0.44% -
HSV(B) 287.43º 0.92% 0.82% -
XYZ 27.73 13.28 60.78 -
YUV 83.92 198.03 187.97 -
System Red Green Blue C M Y K H S L
Decimal 168 17 208 0.19 0.92 0 0.18 287.43 0.85 0.44
Hex A8 11 D0 13 5C 0 12 11F 55 2C
Octal 250 21 320 23 134 0 22 437 125 54
Binary 10101000 10001 11010000 10011 1011100 0 10010 100011111 1010101 101100

Color Harmonies of #A811D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A811D0

Black with #A811D0

Text Example


Text Example

White with #A811D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A811D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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