Html Css Color HEX #A90AB9 Dark Violet

📋 copy color: '#A90AB9'

red 169 ◦ green 10 ◦ blue 185

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

Shades of Dark Violet #A90AB9

Tints of Dark Violet #A90AB9

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.75%

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

R = 46.43%
G = 2.75%
B = 50.82%

CMYK

 C value IS 0.09

 M value IS 0.95

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A90AB9 (or 0xA90AB9) is known color: Dark Violet. HEX triplet: A9, 0A and B9. RGB value is (169,10,185). Sum of RGB (Red+Green+Blue) = 169+10+185=364 (48% of max value = 765). Red value is 169 (66.41% from 255 or 46.43% from 364); Green value is 10 (4.30% from 255 or 2.75% from 364); Blue value is 185 (72.66% from 255 or 50.82% from 364); Max value from RGB is 185 - color contains mainly: blue. Hex color #A90AB9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A90AB9 is #56F546. Grayscale: #4C4C4C. Windows color (decimal): -5698887 or 12126889. OLE color: 12126889.

HSL color Cylindrical-coordinate representation of color #A90AB9: hue angle of 294.51º degrees, saturation: 0.9, 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 #A90AB9 is Cyan = 0.09, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 169 10 185 -
CMYK 0.09 0.95 0 0.27
HSL 294.51º 0.9% 0.38% -
HSV(B) 294.51º 0.95% 0.73% -
XYZ 25.23 12.15 46.92 -
YUV 77.49 188.68 193.27 -
System Red Green Blue C M Y K H S L
Decimal 169 10 185 0.09 0.95 0 0.27 294.51 0.9 0.38
Hex A9 A B9 9 5F 0 1B 127 5A 26
Octal 251 12 271 11 137 0 33 447 132 46
Binary 10101001 1010 10111001 1001 1011111 0 11011 100100111 1011010 100110

Color Harmonies of #A90AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A90AB9

Black with #A90AB9

Text Example


Text Example

White with #A90AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A90AB9; }

 p { color: rgb(169,10,185); }

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

background-color css

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

 a { background-color: rgb(169,10,185); }

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

border-color css

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

 span { border-color: rgb(169,10,185); }

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