Html Css Color HEX #A811B2 Dark Violet

📋 copy color: '#A811B2'

red 168 ◦ green 17 ◦ blue 178

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

Shades of Dark Violet #A811B2

Tints of Dark Violet #A811B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 49.04%

R = 46.28%
G = 4.68%
B = 49.04%

CMYK

 C value IS 0.06

 M value IS 0.90

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#A811B2 (or 0xA811B2) is known color: Dark Violet. HEX triplet: A8, 11 and B2. RGB value is (168,17,178). Sum of RGB (Red+Green+Blue) = 168+17+178=363 (48% of max value = 765). Red value is 168 (66.02% from 255 or 46.28% from 363); Green value is 17 (7.03% from 255 or 4.68% from 363); Blue value is 178 (69.92% from 255 or 49.04% from 363); Max value from RGB is 178 - color contains mainly: blue. Hex color #A811B2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A811B2 is #57EE4D. Grayscale: #505050. Windows color (decimal): -5762638 or 11669928. OLE color: 11669928.

HSL color Cylindrical-coordinate representation of color #A811B2: hue angle of 296.27º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A811B2 is Cyan = 0.06, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 168 17 178 -
CMYK 0.06 0.90 0 0.30
HSL 296.27º 0.83% 0.38% -
HSV(B) 296.27º 0.9% 0.7% -
XYZ 24.38 11.94 43.14 -
YUV 80.5 183.03 190.41 -
System Red Green Blue C M Y K H S L
Decimal 168 17 178 0.06 0.90 0 0.30 296.27 0.83 0.38
Hex A8 11 B2 6 5A 0 1E 128 53 26
Octal 250 21 262 6 132 0 36 450 123 46
Binary 10101000 10001 10110010 110 1011010 0 11110 100101000 1010011 100110

Color Harmonies of #A811B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A811B2

Black with #A811B2

Text Example


Text Example

White with #A811B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A811B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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