Html Css Color HEX #A912B3 Dark Violet

📋 copy color: '#A912B3'

red 169 ◦ green 18 ◦ blue 179

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

Shades of Dark Violet #A912B3

Tints of Dark Violet #A912B3

RGB

 RED value IS 169 (66.41% from 255) = 46.17%

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

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

R = 46.17%
G = 4.92%
B = 48.91%

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

#A912B3 (or 0xA912B3) is known color: Dark Violet. HEX triplet: A9, 12 and B3. RGB value is (169,18,179). Sum of RGB (Red+Green+Blue) = 169+18+179=366 (48% of max value = 765). Red value is 169 (66.41% from 255 or 46.17% from 366); Green value is 18 (7.42% from 255 or 4.92% from 366); Blue value is 179 (70.31% from 255 or 48.91% from 366); Max value from RGB is 179 - color contains mainly: blue. Hex color #A912B3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A912B3 is #56ED4C. Grayscale: #515151. Windows color (decimal): -5696845 or 11735721. OLE color: 11735721.

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

Color convert

RGB 169 18 179 -
CMYK 0.06 0.90 0 0.30
HSL 296.27º 0.82% 0.39% -
HSV(B) 296.27º 0.9% 0.7% -
XYZ 24.72 12.12 43.69 -
YUV 81.5 183.03 190.41 -
System Red Green Blue C M Y K H S L
Decimal 169 18 179 0.06 0.90 0 0.30 296.27 0.82 0.39
Hex A9 12 B3 6 5A 0 1E 128 52 27
Octal 251 22 263 6 132 0 36 450 122 47
Binary 10101001 10010 10110011 110 1011010 0 11110 100101000 1010010 100111

Color Harmonies of #A912B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A912B3

Black with #A912B3

Text Example


Text Example

White with #A912B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A912B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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