Html Css Color HEX #A812BD Dark Violet

📋 copy color: '#A812BD'

red 168 ◦ green 18 ◦ blue 189

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

Shades of Dark Violet #A812BD

Tints of Dark Violet #A812BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 50.4%

R = 44.8%
G = 4.8%
B = 50.4%

CMYK

 C value IS 0.11

 M value IS 0.90

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A812BD (or 0xA812BD) is known color: Dark Violet. HEX triplet: A8, 12 and BD. RGB value is (168,18,189). Sum of RGB (Red+Green+Blue) = 168+18+189=375 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.8% from 375); Green value is 18 (7.42% from 255 or 4.8% from 375); Blue value is 189 (74.22% from 255 or 50.4% from 375); Max value from RGB is 189 - color contains mainly: blue. Hex color #A812BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A812BD is #57ED42. Grayscale: #515151. Windows color (decimal): -5762371 or 12391080. OLE color: 12391080.

HSL color Cylindrical-coordinate representation of color #A812BD: hue angle of 292.63º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A812BD is Cyan = 0.11, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 168 18 189 -
CMYK 0.11 0.90 0 0.26
HSL 292.63º 0.83% 0.41% -
HSV(B) 292.63º 0.9% 0.74% -
XYZ 25.55 12.43 49.2 -
YUV 82.34 188.2 189.1 -
System Red Green Blue C M Y K H S L
Decimal 168 18 189 0.11 0.90 0 0.26 292.63 0.83 0.41
Hex A8 12 BD B 5A 0 1A 125 53 29
Octal 250 22 275 13 132 0 32 445 123 51
Binary 10101000 10010 10111101 1011 1011010 0 11010 100100101 1010011 101001

Color Harmonies of #A812BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A812BD

Black with #A812BD

Text Example


Text Example

White with #A812BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A812BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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