#a09bff

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

Shades of Perano #A09BFF

Tints of Perano #A09BFF

Color information

#A09BFF (or 0xA09BFF) is unknown color: approx Perano. HEX triplet: A0, 9B and FF. RGB value is (160,155,255). Sum of RGB (Red+Green+Blue) = 160+155+255=570 (75% of max value = 765). Red value is 160 (62.89% from 255 or 28.07% from 570); Green value is 155 (60.94% from 255 or 27.19% from 570); Blue value is 255 (100% from 255 or 44.74% from 570); Max value from RGB is 255 - color contains mainly: blue. Hex color #A09BFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A09BFF is #5F6400. Grayscale: #A7A7A7. Windows color (decimal): -6251521 or 16751520. OLE color: 16751520.

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

Color convert

RGB160155255-
CMYK0.370.3900
HSL243º100%80.39%-
HSV(B)243º39.22%100%-
XYZ44.2738.1499.64-
YUV167.9177.16122.37-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 28.07%
GREEN value IS 155 (60.94% from 255) = 27.19%
BLUE value IS 255 (100% from 255) = 44.74%
R=28.07%
G=27.19%
B=44.74%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1601552550.370.390024310080.39
HexA09BFF252700f36450
Octal240233377454700363144120
Binary101000001001101111111111100101100111001111001111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a09bff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a09bff; }

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

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

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

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

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

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

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

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