Html Css Color HEX #A911B3 Dark Violet

📋 copy color: '#A911B3'

red 169 ◦ green 17 ◦ blue 179

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

Shades of Dark Violet #A911B3

Tints of Dark Violet #A911B3

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.66%

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

R = 46.3%
G = 4.66%
B = 49.04%

CMYK

 C value IS 0.06

 M value IS 0.91

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#A911B3 (or 0xA911B3) is known color: Dark Violet. HEX triplet: A9, 11 and B3. RGB value is (169,17,179). Sum of RGB (Red+Green+Blue) = 169+17+179=365 (48% of max value = 765). Red value is 169 (66.41% from 255 or 46.30% from 365); Green value is 17 (7.03% from 255 or 4.66% 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 #A911B3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A911B3 is #56EE4C. Grayscale: #505050. Windows color (decimal): -5697101 or 11735465. OLE color: 11735465.

HSL color Cylindrical-coordinate representation of color #A911B3: hue angle of 296.3º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A911B3 is Cyan = 0.06, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 169 17 179 -
CMYK 0.06 0.91 0 0.30
HSL 296.3º 0.83% 0.38% -
HSV(B) 296.3º 0.91% 0.7% -
XYZ 24.7 12.09 43.68 -
YUV 80.92 183.36 190.83 -
System Red Green Blue C M Y K H S L
Decimal 169 17 179 0.06 0.91 0 0.30 296.3 0.83 0.38
Hex A9 11 B3 6 5B 0 1E 128 53 26
Octal 251 21 263 6 133 0 36 450 123 46
Binary 10101001 10001 10110011 110 1011011 0 11110 100101000 1010011 100110

Color Harmonies of #A911B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A911B3

Black with #A911B3

Text Example


Text Example

White with #A911B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A911B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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