Html Css Color HEX #A90DB8 Dark Violet

📋 copy color: '#A90DB8'

red 169 ◦ green 13 ◦ blue 184

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

Shades of Dark Violet #A90DB8

Tints of Dark Violet #A90DB8

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.55%

 BLUE value IS 184 (72.27% from 255) = 50.27%

R = 46.17%
G = 3.55%
B = 50.27%

CMYK

 C value IS 0.08

 M value IS 0.93

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#A90DB8 (or 0xA90DB8) is known color: Dark Violet. HEX triplet: A9, 0D and B8. RGB value is (169,13,184). Sum of RGB (Red+Green+Blue) = 169+13+184=366 (48% of max value = 765). Red value is 169 (66.41% from 255 or 46.17% from 366); Green value is 13 (5.47% from 255 or 3.55% from 366); Blue value is 184 (72.27% from 255 or 50.27% from 366); Max value from RGB is 184 - color contains mainly: blue. Hex color #A90DB8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A90DB8 is #56F247. Grayscale: #4E4E4E. Windows color (decimal): -5698120 or 12062121. OLE color: 12062121.

HSL color Cylindrical-coordinate representation of color #A90DB8: hue angle of 294.74º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A90DB8 is Cyan = 0.08, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 169 13 184 -
CMYK 0.08 0.93 0 0.28
HSL 294.74º 0.87% 0.39% -
HSV(B) 294.74º 0.93% 0.72% -
XYZ 25.16 12.18 46.37 -
YUV 79.14 187.18 192.1 -
System Red Green Blue C M Y K H S L
Decimal 169 13 184 0.08 0.93 0 0.28 294.74 0.87 0.39
Hex A9 D B8 8 5D 0 1C 127 57 27
Octal 251 15 270 10 135 0 34 447 127 47
Binary 10101001 1101 10111000 1000 1011101 0 11100 100100111 1010111 100111

Color Harmonies of #A90DB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A90DB8

Black with #A90DB8

Text Example


Text Example

White with #A90DB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A90DB8; }

 p { color: rgb(169,13,184); }

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

background-color css

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

 a { background-color: rgb(169,13,184); }

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

border-color css

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

 span { border-color: rgb(169,13,184); }

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