Html Css Color HEX #A812B9 Dark Violet

📋 copy color: '#A812B9'

red 168 ◦ green 18 ◦ blue 185

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

Shades of Dark Violet #A812B9

Tints of Dark Violet #A812B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 49.87%

R = 45.28%
G = 4.85%
B = 49.87%

CMYK

 C value IS 0.09

 M value IS 0.90

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A812B9 (or 0xA812B9) is known color: Dark Violet. HEX triplet: A8, 12 and B9. RGB value is (168,18,185). Sum of RGB (Red+Green+Blue) = 168+18+185=371 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.28% from 371); Green value is 18 (7.42% from 255 or 4.85% from 371); Blue value is 185 (72.66% from 255 or 49.87% from 371); Max value from RGB is 185 - color contains mainly: blue. Hex color #A812B9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A812B9 is #57ED46. Grayscale: #515151. Windows color (decimal): -5762375 or 12128936. OLE color: 12128936.

HSL color Cylindrical-coordinate representation of color #A812B9: hue angle of 293.89º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A812B9 is Cyan = 0.09, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 168 18 185 -
CMYK 0.09 0.90 0 0.27
HSL 293.89º 0.82% 0.4% -
HSV(B) 293.89º 0.9% 0.73% -
XYZ 25.12 12.26 46.94 -
YUV 81.89 186.2 189.42 -
System Red Green Blue C M Y K H S L
Decimal 168 18 185 0.09 0.90 0 0.27 293.89 0.82 0.4
Hex A8 12 B9 9 5A 0 1B 126 52 28
Octal 250 22 271 11 132 0 33 446 122 50
Binary 10101000 10010 10111001 1001 1011010 0 11011 100100110 1010010 101000

Color Harmonies of #A812B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A812B9

Black with #A812B9

Text Example


Text Example

White with #A812B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A812B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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