Html Css Color HEX #A109C9 Dark Violet

📋 copy color: '#A109C9'

red 161 ◦ green 9 ◦ blue 201

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

Shades of Dark Violet #A109C9

Tints of Dark Violet #A109C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 54.18%

R = 43.4%
G = 2.43%
B = 54.18%

CMYK

 C value IS 0.20

 M value IS 0.96

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A109C9 (or 0xA109C9) is known color: Dark Violet. HEX triplet: A1, 09 and C9. RGB value is (161,9,201). Sum of RGB (Red+Green+Blue) = 161+9+201=371 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.40% from 371); Green value is 9 (3.91% from 255 or 2.43% from 371); Blue value is 201 (78.91% from 255 or 54.18% from 371); Max value from RGB is 201 - color contains mainly: blue. Hex color #A109C9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A109C9 is #5EF636. Grayscale: #4B4B4B. Windows color (decimal): -6223415 or 13175201. OLE color: 13175201.

HSL color Cylindrical-coordinate representation of color #A109C9: hue angle of 287.5º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A109C9 is Cyan = 0.20, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 161 9 201 -
CMYK 0.20 0.96 0 0.21
HSL 287.5º 0.91% 0.41% -
HSV(B) 287.5º 0.96% 0.79% -
XYZ 25.34 11.99 56.24 -
YUV 76.34 198.36 188.39 -
System Red Green Blue C M Y K H S L
Decimal 161 9 201 0.20 0.96 0 0.21 287.5 0.91 0.41
Hex A1 9 C9 14 60 0 15 120 5B 29
Octal 241 11 311 24 140 0 25 440 133 51
Binary 10100001 1001 11001001 10100 1100000 0 10101 100100000 1011011 101001

Color Harmonies of #A109C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A109C9

Black with #A109C9

Text Example


Text Example

White with #A109C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A109C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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