#A09DF8

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

Shades of Perano #A09DF8

Tints of Perano #A09DF8

Color information

#A09DF8 (or 0xA09DF8) is unknown color: approx Perano. HEX triplet: A0, 9D and F8. RGB value is (160,157,248). Sum of RGB (Red+Green+Blue) = 160+157+248=565 (74% of max value = 765). Red value is 160 (62.89% from 255 or 28.32% from 565); Green value is 157 (61.72% from 255 or 27.79% from 565); Blue value is 248 (97.27% from 255 or 43.89% from 565); Max value from RGB is 248 - color contains mainly: blue. Hex color #A09DF8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A09DF8 is #5F6207. Grayscale: #A7A7A7. Windows color (decimal): -6251016 or 16293280. OLE color: 16293280.

HSL color Cylindrical-coordinate representation of color #A09DF8: hue angle of 241.98º degrees, saturation: 0.87, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A09DF8 is Cyan = 0.35, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB160157248-
CMYK0.350.3700.03
HSL241.98º86.67%79.41%-
HSV(B)241.98º36.69%97.25%-
XYZ43.538.3693.92-
YUV168.27172.99122.1-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 28.32%
GREEN value IS 157 (61.72% from 255) = 27.79%
BLUE value IS 248 (97.27% from 255) = 43.89%
R=28.32%
G=27.79%
B=43.89%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1601572480.350.3700.03241.9886.6779.41
HexA09DF8232503f2574f
Octal240235370434503362127117
Binary1010000010011101111110001000111001010111111001010101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09DF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09DF8; }

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

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

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

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

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

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

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

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