Html Css Color HEX #A109D5 Dark Violet

📋 copy color: '#A109D5'

red 161 ◦ green 9 ◦ blue 213

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

Shades of Dark Violet #A109D5

Tints of Dark Violet #A109D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 55.61%

R = 42.04%
G = 2.35%
B = 55.61%

CMYK

 C value IS 0.24

 M value IS 0.96

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A109D5 (or 0xA109D5) is known color: Dark Violet. HEX triplet: A1, 09 and D5. RGB value is (161,9,213). Sum of RGB (Red+Green+Blue) = 161+9+213=383 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.04% from 383); Green value is 9 (3.91% from 255 or 2.35% from 383); Blue value is 213 (83.59% from 255 or 55.61% from 383); Max value from RGB is 213 - color contains mainly: blue. Hex color #A109D5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A109D5 is #5EF62A. Grayscale: #4D4D4D. Windows color (decimal): -6223403 or 13961633. OLE color: 13961633.

HSL color Cylindrical-coordinate representation of color #A109D5: hue angle of 284.71º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A109D5 is Cyan = 0.24, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 161 9 213 -
CMYK 0.24 0.96 0 0.16
HSL 284.71º 0.92% 0.44% -
HSV(B) 284.71º 0.96% 0.84% -
XYZ 26.81 12.58 63.97 -
YUV 77.7 204.36 187.41 -
System Red Green Blue C M Y K H S L
Decimal 161 9 213 0.24 0.96 0 0.16 284.71 0.92 0.44
Hex A1 9 D5 18 60 0 10 11D 5C 2C
Octal 241 11 325 30 140 0 20 435 134 54
Binary 10100001 1001 11010101 11000 1100000 0 10000 100011101 1011100 101100

Color Harmonies of #A109D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A109D5

Black with #A109D5

Text Example


Text Example

White with #A109D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A109D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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