#A499FD

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

Shades of Perano #A499FD

Tints of Perano #A499FD

Color information

#A499FD (or 0xA499FD) is unknown color: approx Perano. HEX triplet: A4, 99 and FD. RGB value is (164,153,253). Sum of RGB (Red+Green+Blue) = 164+153+253=570 (75% of max value = 765). Red value is 164 (64.45% from 255 or 28.77% from 570); Green value is 153 (60.16% from 255 or 26.84% from 570); Blue value is 253 (99.22% from 255 or 44.39% from 570); Max value from RGB is 253 - color contains mainly: blue. Hex color #A499FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A499FD is #5B6602. Grayscale: #A7A7A7. Windows color (decimal): -5989891 or 16619940. OLE color: 16619940.

HSL color Cylindrical-coordinate representation of color #A499FD: hue angle of 246.6º 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 #A499FD is Cyan = 0.35, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB164153253-
CMYK0.350.4000.01
HSL246.6º96.15%79.61%-
HSV(B)246.6º39.53%99.22%-
XYZ44.4337.7797.88-
YUV167.69176.14125.37-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 28.77%
GREEN value IS 153 (60.16% from 255) = 26.84%
BLUE value IS 253 (99.22% from 255) = 44.39%
R=28.77%
G=26.84%
B=44.39%

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
Decimal1641532530.350.4000.01246.696.1579.61
HexA499FD232801f76050
Octal244231375435001367140120
Binary101001001001100111111101100011101000011111011111000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A499FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A499FD; }

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

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

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

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

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

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

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

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