#A09DFB

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

Shades of Perano #A09DFB

Tints of Perano #A09DFB

Color information

#A09DFB (or 0xA09DFB) is unknown color: approx Perano. HEX triplet: A0, 9D and FB. RGB value is (160,157,251). Sum of RGB (Red+Green+Blue) = 160+157+251=568 (75% of max value = 765). Red value is 160 (62.89% from 255 or 28.17% from 568); Green value is 157 (61.72% from 255 or 27.64% from 568); Blue value is 251 (98.44% from 255 or 44.19% from 568); Max value from RGB is 251 - color contains mainly: blue. Hex color #A09DFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A09DFB is #5F6204. Grayscale: #A8A8A8. Windows color (decimal): -6251013 or 16489888. OLE color: 16489888.

HSL color Cylindrical-coordinate representation of color #A09DFB: hue angle of 241.91º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A09DFB is Cyan = 0.36, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB160157251-
CMYK0.360.3700.02
HSL241.91º92.16%80%-
HSV(B)241.91º37.45%98.43%-
XYZ43.9738.5596.39-
YUV168.61174.49121.86-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 28.17%
GREEN value IS 157 (61.72% from 255) = 27.64%
BLUE value IS 251 (98.44% from 255) = 44.19%
R=28.17%
G=27.64%
B=44.19%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1601572510.360.3700.02241.9192.1680
HexA09DFB242502f25c50
Octal240235373444502362134120
Binary1010000010011101111110111001001001010101111001010111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09DFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09DFB; }

 p { color: rgb(160,157,251); }

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

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

 a { background-color: rgb(160,157,251); }

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

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

 span { border-color: rgb(160,157,251); }

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