Html Css Color HEX #A812B2 Dark Violet

📋 copy color: '#A812B2'

red 168 ◦ green 18 ◦ blue 178

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

Shades of Dark Violet #A812B2

Tints of Dark Violet #A812B2

RGB

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

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

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

R = 46.15%
G = 4.95%
B = 48.9%

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

#A812B2 (or 0xA812B2) is known color: Dark Violet. HEX triplet: A8, 12 and B2. RGB value is (168,18,178). Sum of RGB (Red+Green+Blue) = 168+18+178=364 (48% of max value = 765). Red value is 168 (66.02% from 255 or 46.15% from 364); Green value is 18 (7.42% from 255 or 4.95% from 364); Blue value is 178 (69.92% from 255 or 48.90% from 364); Max value from RGB is 178 - color contains mainly: blue. Hex color #A812B2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A812B2 is #57ED4D. Grayscale: #505050. Windows color (decimal): -5762382 or 11670184. OLE color: 11670184.

HSL color Cylindrical-coordinate representation of color #A812B2: hue angle of 296.25º degrees, saturation: 0.82, 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 #A812B2 is Cyan = 0.06, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 168 18 178 -
CMYK 0.06 0.90 0 0.30
HSL 296.25º 0.82% 0.38% -
HSV(B) 296.25º 0.9% 0.7% -
XYZ 24.4 11.97 43.14 -
YUV 81.09 182.7 189.99 -
System Red Green Blue C M Y K H S L
Decimal 168 18 178 0.06 0.90 0 0.30 296.25 0.82 0.38
Hex A8 12 B2 6 5A 0 1E 128 52 26
Octal 250 22 262 6 132 0 36 450 122 46
Binary 10101000 10010 10110010 110 1011010 0 11110 100101000 1010010 100110

Color Harmonies of #A812B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A812B2

Black with #A812B2

Text Example


Text Example

White with #A812B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A812B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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