#A2A5FD

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

Shades of Perano #A2A5FD

Tints of Perano #A2A5FD

Color information

#A2A5FD (or 0xA2A5FD) is unknown color: approx Perano. HEX triplet: A2, A5 and FD. RGB value is (162,165,253). Sum of RGB (Red+Green+Blue) = 162+165+253=580 (76% of max value = 765). Red value is 162 (63.67% from 255 or 27.93% from 580); Green value is 165 (64.84% from 255 or 28.45% from 580); Blue value is 253 (99.22% from 255 or 43.62% from 580); Max value from RGB is 253 - color contains mainly: blue. Hex color #A2A5FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A2A5FD is #5D5A02. Grayscale: #ADADAD. Windows color (decimal): -6117891 or 16623010. OLE color: 16623010.

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

Color convert

RGB162165253-
CMYK0.360.3500.01
HSL238.02º95.79%81.37%-
HSV(B)238.02º35.97%99.22%-
XYZ46.0941.6898.55-
YUV174.14172.51119.34-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 27.93%
GREEN value IS 165 (64.84% from 255) = 28.45%
BLUE value IS 253 (99.22% from 255) = 43.62%
R=27.93%
G=28.45%
B=43.62%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1621652530.360.3500.01238.0295.7981.37
HexA2A5FD242301ee6051
Octal242245375444301356140121
Binary101000101010010111111101100100100011011110111011000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2A5FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2A5FD; }

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

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

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

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

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

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

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

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