#A099FF

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

Shades of Perano #A099FF

Tints of Perano #A099FF

Color information

#A099FF (or 0xA099FF) is unknown color: approx Perano. HEX triplet: A0, 99 and FF. RGB value is (160,153,255). Sum of RGB (Red+Green+Blue) = 160+153+255=568 (75% of max value = 765). Red value is 160 (62.89% from 255 or 28.17% from 568); Green value is 153 (60.16% from 255 or 26.94% from 568); Blue value is 255 (100% from 255 or 44.89% from 568); Max value from RGB is 255 - color contains mainly: blue. Hex color #A099FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A099FF is #5F6600. Grayscale: #A6A6A6. Windows color (decimal): -6252033 or 16751008. OLE color: 16751008.

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

Color convert

RGB160153255-
CMYK0.370.400
HSL244.12º100%80%-
HSV(B)244.12º40%100%-
XYZ43.9437.4899.53-
YUV166.72177.82123.21-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 28.17%
GREEN value IS 153 (60.16% from 255) = 26.94%
BLUE value IS 255 (100% from 255) = 44.89%
R=28.17%
G=26.94%
B=44.89%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1601532550.370.400244.1210080
HexA099FF252800f46450
Octal240231377455000364144120
Binary101000001001100111111111100101101000001111010011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A099FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A099FF; }

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

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

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

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

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

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

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

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