Html Css Color HEX #A90AB8 Dark Violet

📋 copy color: '#A90AB8'

red 169 ◦ green 10 ◦ blue 184

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

Shades of Dark Violet #A90AB8

Tints of Dark Violet #A90AB8

RGB

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

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

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

R = 46.56%
G = 2.75%
B = 50.69%

CMYK

 C value IS 0.08

 M value IS 0.95

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#A90AB8 (or 0xA90AB8) is known color: Dark Violet. HEX triplet: A9, 0A and B8. RGB value is (169,10,184). Sum of RGB (Red+Green+Blue) = 169+10+184=363 (48% of max value = 765). Red value is 169 (66.41% from 255 or 46.56% from 363); Green value is 10 (4.30% from 255 or 2.75% from 363); Blue value is 184 (72.27% from 255 or 50.69% from 363); Max value from RGB is 184 - color contains mainly: blue. Hex color #A90AB8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A90AB8 is #56F547. Grayscale: #4C4C4C. Windows color (decimal): -5698888 or 12061353. OLE color: 12061353.

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

Color convert

RGB 169 10 184 -
CMYK 0.08 0.95 0 0.28
HSL 294.83º 0.9% 0.38% -
HSV(B) 294.83º 0.95% 0.72% -
XYZ 25.12 12.11 46.36 -
YUV 77.38 188.18 193.35 -
System Red Green Blue C M Y K H S L
Decimal 169 10 184 0.08 0.95 0 0.28 294.83 0.9 0.38
Hex A9 A B8 8 5F 0 1C 127 5A 26
Octal 251 12 270 10 137 0 34 447 132 46
Binary 10101001 1010 10111000 1000 1011111 0 11100 100100111 1011010 100110

Color Harmonies of #A90AB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A90AB8

Black with #A90AB8

Text Example


Text Example

White with #A90AB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A90AB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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