#A2ADFD

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

Shades of Perano #A2ADFD

Tints of Perano #A2ADFD

Color information

#A2ADFD (or 0xA2ADFD) is unknown color: approx Perano. HEX triplet: A2, AD and FD. RGB value is (162,173,253). Sum of RGB (Red+Green+Blue) = 162+173+253=588 (77% of max value = 765). Red value is 162 (63.67% from 255 or 27.55% from 588); Green value is 173 (67.97% from 255 or 29.42% from 588); Blue value is 253 (99.22% from 255 or 43.03% from 588); Max value from RGB is 253 - color contains mainly: blue. Hex color #A2ADFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A2ADFD is #5D5202. Grayscale: #B2B2B2. Windows color (decimal): -6115843 or 16625058. OLE color: 16625058.

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

Color convert

RGB162173253-
CMYK0.360.3200.01
HSL232.75º95.79%81.37%-
HSV(B)232.75º35.97%99.22%-
XYZ47.5744.6699.04-
YUV178.83169.86116-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 27.55%
GREEN value IS 173 (67.97% from 255) = 29.42%
BLUE value IS 253 (99.22% from 255) = 43.03%
R=27.55%
G=29.42%
B=43.03%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1621732530.360.3200.01232.7595.7981.37
HexA2ADFD242001e96051
Octal242255375444001351140121
Binary101000101010110111111101100100100000011110100111000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2ADFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2ADFD; }

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

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

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

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

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

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

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

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