#a09bf8

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

Shades of Perano #A09BF8

Tints of Perano #A09BF8

Color information

#A09BF8 (or 0xA09BF8) is unknown color: approx Perano. HEX triplet: A0, 9B and F8. RGB value is (160,155,248). Sum of RGB (Red+Green+Blue) = 160+155+248=563 (74% of max value = 765). Red value is 160 (62.89% from 255 or 28.42% from 563); Green value is 155 (60.94% from 255 or 27.53% from 563); Blue value is 248 (97.27% from 255 or 44.05% from 563); Max value from RGB is 248 - color contains mainly: blue. Hex color #A09BF8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A09BF8 is #5F6407. Grayscale: #A6A6A6. Windows color (decimal): -6251528 or 16292768. OLE color: 16292768.

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

Color convert

RGB160155248-
CMYK0.350.3800.03
HSL243.23º86.92%79.02%-
HSV(B)243.23º37.5%97.25%-
XYZ43.1637.6993.81-
YUV167.1173.66122.94-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 28.42%
GREEN value IS 155 (60.94% from 255) = 27.53%
BLUE value IS 248 (97.27% from 255) = 44.05%
R=28.42%
G=27.53%
B=44.05%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1601552480.350.3800.03243.2386.9279.02
HexA09BF8232603f3574f
Octal240233370434603363127117
Binary1010000010011011111110001000111001100111111001110101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a09bf8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a09bf8; }

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

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

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

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

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

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

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

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