#A90BB4

Color #A90BB4 Dark Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Violet #A90BB4

Tints of Dark Violet #A90BB4

Color information

#A90BB4 (or 0xA90BB4) is unknown color: approx Dark Violet. HEX triplet: A9, 0B and B4. RGB value is (169,11,180). Sum of RGB (Red+Green+Blue) = 169+11+180=360 (47% of max value = 765). Red value is 169 (66.41% from 255 or 46.94% from 360); Green value is 11 (4.69% from 255 or 3.06% from 360); Blue value is 180 (70.70% from 255 or 50% from 360); Max value from RGB is 180 - color contains mainly: blue. Hex color #A90BB4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A90BB4 is #56F44B. Grayscale: #4C4C4C. Windows color (decimal): -5698636 or 11799465. OLE color: 11799465.

HSL color Cylindrical-coordinate representation of color #A90BB4: hue angle of 296.09º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A90BB4 is Cyan = 0.06, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB16911180-
CMYK0.060.9400.29
HSL296.09º88.48%37.45%-
HSV(B)296.09º93.89%70.59%-
XYZ24.7211.9744.19-
YUV77.51185.85193.26-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 46.94%
GREEN value IS 11 (4.69% from 255) = 3.06%
BLUE value IS 180 (70.70% from 255) = 50%
R=46.94%
G=3.06%
B=50%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal169111800.060.9400.29296.0988.4837.45
HexA9BB465E01D1285825
Octal25113264613603545013045
Binary1010100110111011010011010111100111011001010001011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A90BB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A90BB4; }

 p { color: rgb(169,11,180); }

 H1.HeaderClassName
 {
   color: #A90BB4;
 }
 .AnyTagClassName
 {
   color: #A90BB4;
 }
</style>
background-color css

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

 a { background-color: rgb(169,11,180); }

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

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

 span { border-color: rgb(169,11,180); }

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