Html Css Color HEX #A90ABB Dark Violet

📋 copy color: '#A90ABB'

red 169 ◦ green 10 ◦ blue 187

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

Shades of Dark Violet #A90ABB

Tints of Dark Violet #A90ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 51.09%

R = 46.17%
G = 2.73%
B = 51.09%

CMYK

 C value IS 0.10

 M value IS 0.95

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A90ABB (or 0xA90ABB) is known color: Dark Violet. HEX triplet: A9, 0A and BB. RGB value is (169,10,187). Sum of RGB (Red+Green+Blue) = 169+10+187=366 (48% of max value = 765). Red value is 169 (66.41% from 255 or 46.17% from 366); Green value is 10 (4.30% from 255 or 2.73% from 366); Blue value is 187 (73.44% from 255 or 51.09% from 366); Max value from RGB is 187 - color contains mainly: blue. Hex color #A90ABB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A90ABB is #56F544. Grayscale: #4D4D4D. Windows color (decimal): -5698885 or 12257961. OLE color: 12257961.

HSL color Cylindrical-coordinate representation of color #A90ABB: hue angle of 293.9º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A90ABB is Cyan = 0.10, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 169 10 187 -
CMYK 0.10 0.95 0 0.27
HSL 293.9º 0.9% 0.39% -
HSV(B) 293.9º 0.95% 0.73% -
XYZ 25.44 12.24 48.04 -
YUV 77.72 189.68 193.11 -
System Red Green Blue C M Y K H S L
Decimal 169 10 187 0.10 0.95 0 0.27 293.9 0.9 0.39
Hex A9 A BB A 5F 0 1B 126 5A 27
Octal 251 12 273 12 137 0 33 446 132 47
Binary 10101001 1010 10111011 1010 1011111 0 11011 100100110 1011010 100111

Color Harmonies of #A90ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A90ABB

Black with #A90ABB

Text Example


Text Example

White with #A90ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A90ABB; }

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

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

background-color css

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

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

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

border-color css

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

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

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