#A599FE

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

Shades of Perano #A599FE

Tints of Perano #A599FE

Color information

#A599FE (or 0xA599FE) is unknown color: approx Perano. HEX triplet: A5, 99 and FE. RGB value is (165,153,254). Sum of RGB (Red+Green+Blue) = 165+153+254=572 (75% of max value = 765). Red value is 165 (64.84% from 255 or 28.85% from 572); Green value is 153 (60.16% from 255 or 26.75% from 572); Blue value is 254 (99.61% from 255 or 44.41% from 572); Max value from RGB is 254 - color contains mainly: blue. Hex color #A599FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A599FE is #5A6601. Grayscale: #A7A7A7. Windows color (decimal): -5924354 or 16685477. OLE color: 16685477.

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

Color convert

RGB165153254-
CMYK0.350.4000.00
HSL247.13º98.06%79.8%-
HSV(B)247.13º39.76%99.61%-
XYZ44.837.9498.73-
YUV168.1176.48125.79-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 28.85%
GREEN value IS 153 (60.16% from 255) = 26.75%
BLUE value IS 254 (99.61% from 255) = 44.41%
R=28.85%
G=26.75%
B=44.41%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1651532540.350.4000.00247.1398.0679.8
HexA599FE232800f76250
Octal245231376435000367142120
Binary101001011001100111111110100011101000001111011111000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A599FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A599FE; }

 p { color: rgb(165,153,254); }

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

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

 a { background-color: rgb(165,153,254); }

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

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

 span { border-color: rgb(165,153,254); }

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