#A90FB8

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

Shades of Dark Violet #A90FB8

Tints of Dark Violet #A90FB8

Color information

#A90FB8 (or 0xA90FB8) is unknown color: approx Dark Violet. HEX triplet: A9, 0F and B8. RGB value is (169,15,184). Sum of RGB (Red+Green+Blue) = 169+15+184=368 (48% of max value = 765). Red value is 169 (66.41% from 255 or 45.92% from 368); Green value is 15 (6.25% from 255 or 4.08% from 368); Blue value is 184 (72.27% from 255 or 50% from 368); Max value from RGB is 184 - color contains mainly: blue. Hex color #A90FB8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A90FB8 is #56F047. Grayscale: #4F4F4F. Windows color (decimal): -5697608 or 12062633. OLE color: 12062633.

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

Color convert

RGB16915184-
CMYK0.080.9200.28
HSL294.67º84.92%39.02%-
HSV(B)294.67º91.85%72.16%-
XYZ25.1812.2446.38-
YUV80.31186.52191.26-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 45.92%
GREEN value IS 15 (6.25% from 255) = 4.08%
BLUE value IS 184 (72.27% from 255) = 50%
R=45.92%
G=4.08%
B=50%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal169151840.080.9200.28294.6784.9239.02
HexA9FB885C01C1275527
Octal251172701013403444712547
Binary10101001111110111000100010111000111001001001111010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A90FB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A90FB8; }

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

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

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

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

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

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

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

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