Html Css Color HEX #A909DD Dark Violet

📋 copy color: '#A909DD'

red 169 ◦ green 9 ◦ blue 221

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

Shades of Dark Violet #A909DD

Tints of Dark Violet #A909DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 55.39%

R = 42.36%
G = 2.26%
B = 55.39%

CMYK

 C value IS 0.24

 M value IS 0.96

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A909DD (or 0xA909DD) is known color: Dark Violet. HEX triplet: A9, 09 and DD. RGB value is (169,9,221). Sum of RGB (Red+Green+Blue) = 169+9+221=399 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.36% from 399); Green value is 9 (3.91% from 255 or 2.26% from 399); Blue value is 221 (86.72% from 255 or 55.39% from 399); Max value from RGB is 221 - color contains mainly: blue. Hex color #A909DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A909DD is #56F622. Grayscale: #505050. Windows color (decimal): -5699107 or 14485929. OLE color: 14485929.

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

Color convert

RGB 169 9 221 -
CMYK 0.24 0.96 0 0.13
HSL 285.28º 0.92% 0.45% -
HSV(B) 285.28º 0.96% 0.87% -
XYZ 29.51 13.85 69.52 -
YUV 81.01 207.01 190.76 -
System Red Green Blue C M Y K H S L
Decimal 169 9 221 0.24 0.96 0 0.13 285.28 0.92 0.45
Hex A9 9 DD 18 60 0 D 11D 5C 2D
Octal 251 11 335 30 140 0 15 435 134 55
Binary 10101001 1001 11011101 11000 1100000 0 1101 100011101 1011100 101101

Color Harmonies of #A909DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A909DD

Black with #A909DD

Text Example


Text Example

White with #A909DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A909DD; }

 p { color: rgb(169,9,221); }

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

background-color css

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

 a { background-color: rgb(169,9,221); }

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

border-color css

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

 span { border-color: rgb(169,9,221); }

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