#A909BE

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

Shades of Dark Violet #A909BE

Tints of Dark Violet #A909BE

Color information

#A909BE (or 0xA909BE) is unknown color: approx Dark Violet. HEX triplet: A9, 09 and BE. RGB value is (169,9,190). Sum of RGB (Red+Green+Blue) = 169+9+190=368 (48% of max value = 765). Red value is 169 (66.41% from 255 or 45.92% from 368); Green value is 9 (3.91% from 255 or 2.45% from 368); Blue value is 190 (74.61% from 255 or 51.63% from 368); Max value from RGB is 190 - color contains mainly: blue. Hex color #A909BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A909BE is #56F641. Grayscale: #4C4C4C. Windows color (decimal): -5699138 or 12454313. OLE color: 12454313.

HSL color Cylindrical-coordinate representation of color #A909BE: hue angle of 293.04º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A909BE is Cyan = 0.11, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB1699190-
CMYK0.110.9500.25
HSL293.04º90.95%39.02%-
HSV(B)293.04º95.26%74.51%-
XYZ25.7512.3549.74-
YUV77.47191.51193.28-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 45.92%
GREEN value IS 9 (3.91% from 255) = 2.45%
BLUE value IS 190 (74.61% from 255) = 51.63%
R=45.92%
G=2.45%
B=51.63%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal16991900.110.9500.25293.0490.9539.02
HexA99BEB5F0191255b27
Octal251112761313703144513347
Binary10101001100110111110101110111110110011001001011011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A909BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A909BE; }

 p { color: rgb(169,9,190); }

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

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

 a { background-color: rgb(169,9,190); }

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

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

 span { border-color: rgb(169,9,190); }

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