#A599FD

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

Shades of Perano #A599FD

Tints of Perano #A599FD

Color information

#A599FD (or 0xA599FD) is unknown color: approx Perano. HEX triplet: A5, 99 and FD. RGB value is (165,153,253). Sum of RGB (Red+Green+Blue) = 165+153+253=571 (75% of max value = 765). Red value is 165 (64.84% from 255 or 28.90% from 571); Green value is 153 (60.16% from 255 or 26.80% from 571); Blue value is 253 (99.22% from 255 or 44.31% from 571); Max value from RGB is 253 - color contains mainly: blue. Hex color #A599FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A599FD is #5A6602. Grayscale: #A7A7A7. Windows color (decimal): -5924355 or 16619941. OLE color: 16619941.

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

Color convert

RGB165153253-
CMYK0.350.4000.01
HSL247.2º96.15%79.61%-
HSV(B)247.2º39.53%99.22%-
XYZ44.6437.8797.89-
YUV167.99175.98125.87-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 28.90%
GREEN value IS 153 (60.16% from 255) = 26.80%
BLUE value IS 253 (99.22% from 255) = 44.31%
R=28.90%
G=26.80%
B=44.31%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1651532530.350.4000.01247.296.1579.61
HexA599FD232801f76050
Octal245231375435001367140120
Binary101001011001100111111101100011101000011111011111000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A599FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A599FD; }

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

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

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

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

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

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

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

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