Html Css Color HEX #A109B9 Dark Violet

📋 copy color: '#A109B9'

red 161 ◦ green 9 ◦ blue 185

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

Shades of Dark Violet #A109B9

Tints of Dark Violet #A109B9

RGB

 RED value IS 161 (63.28% from 255) = 45.35%

 GREEN value IS 9 (3.91% from 255) = 2.54%

 BLUE value IS 185 (72.66% from 255) = 52.11%

R = 45.35%
G = 2.54%
B = 52.11%

CMYK

 C value IS 0.13

 M value IS 0.95

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A109B9 (or 0xA109B9) is known color: Dark Violet. HEX triplet: A1, 09 and B9. RGB value is (161,9,185). Sum of RGB (Red+Green+Blue) = 161+9+185=355 (47% of max value = 765). Red value is 161 (63.28% from 255 or 45.35% from 355); Green value is 9 (3.91% from 255 or 2.54% from 355); Blue value is 185 (72.66% from 255 or 52.11% from 355); Max value from RGB is 185 - color contains mainly: blue. Hex color #A109B9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A109B9 is #5EF646. Grayscale: #494949. Windows color (decimal): -6223431 or 12126625. OLE color: 12126625.

HSL color Cylindrical-coordinate representation of color #A109B9: hue angle of 291.82º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A109B9 is Cyan = 0.13, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 161 9 185 -
CMYK 0.13 0.95 0 0.27
HSL 291.82º 0.91% 0.38% -
HSV(B) 291.82º 0.95% 0.73% -
XYZ 23.55 11.28 46.83 -
YUV 74.51 190.36 189.69 -
System Red Green Blue C M Y K H S L
Decimal 161 9 185 0.13 0.95 0 0.27 291.82 0.91 0.38
Hex A1 9 B9 D 5F 0 1B 124 5B 26
Octal 241 11 271 15 137 0 33 444 133 46
Binary 10100001 1001 10111001 1101 1011111 0 11011 100100100 1011011 100110

Color Harmonies of #A109B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A109B9

Black with #A109B9

Text Example


Text Example

White with #A109B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A109B9; }

 p { color: rgb(161,9,185); }

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

background-color css

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

 a { background-color: rgb(161,9,185); }

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

border-color css

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

 span { border-color: rgb(161,9,185); }

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