Html Css Color HEX #A812B3 Dark Violet

📋 copy color: '#A812B3'

red 168 ◦ green 18 ◦ blue 179

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

Shades of Dark Violet #A812B3

Tints of Dark Violet #A812B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 49.04%

R = 46.03%
G = 4.93%
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

#A812B3 (or 0xA812B3) is known color: Dark Violet. HEX triplet: A8, 12 and B3. RGB value is (168,18,179). Sum of RGB (Red+Green+Blue) = 168+18+179=365 (48% of max value = 765). Red value is 168 (66.02% from 255 or 46.03% from 365); Green value is 18 (7.42% from 255 or 4.93% from 365); Blue value is 179 (70.31% from 255 or 49.04% from 365); Max value from RGB is 179 - color contains mainly: blue. Hex color #A812B3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A812B3 is #57ED4C. Grayscale: #505050. Windows color (decimal): -5762381 or 11735720. OLE color: 11735720.

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

Color convert

RGB 168 18 179 -
CMYK 0.06 0.90 0 0.30
HSL 295.9º 0.82% 0.39% -
HSV(B) 295.9º 0.9% 0.7% -
XYZ 24.5 12.01 43.68 -
YUV 81.2 183.2 189.91 -
System Red Green Blue C M Y K H S L
Decimal 168 18 179 0.06 0.90 0 0.30 295.9 0.82 0.39
Hex A8 12 B3 6 5A 0 1E 128 52 27
Octal 250 22 263 6 132 0 36 450 122 47
Binary 10101000 10010 10110011 110 1011010 0 11110 100101000 1010010 100111

Color Harmonies of #A812B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A812B3

Black with #A812B3

Text Example


Text Example

White with #A812B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A812B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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