#A8ADF5

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

Shades of Perano #A8ADF5

Tints of Perano #A8ADF5

Color information

#A8ADF5 (or 0xA8ADF5) is unknown color: approx Perano. HEX triplet: A8, AD and F5. RGB value is (168,173,245). Sum of RGB (Red+Green+Blue) = 168+173+245=586 (77% of max value = 765). Red value is 168 (66.02% from 255 or 28.67% from 586); Green value is 173 (67.97% from 255 or 29.52% from 586); Blue value is 245 (96.09% from 255 or 41.81% from 586); Max value from RGB is 245 - color contains mainly: blue. Hex color #A8ADF5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A8ADF5 is #57520A. Grayscale: #B3B3B3. Windows color (decimal): -5722635 or 16100776. OLE color: 16100776.

HSL color Cylindrical-coordinate representation of color #A8ADF5: hue angle of 236.1º degrees, saturation: 0.79, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A8ADF5 is Cyan = 0.31, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB168173245-
CMYK0.310.2900.04
HSL236.1º79.38%80.98%-
HSV(B)236.1º31.43%96.08%-
XYZ47.5744.892.53-
YUV179.71164.84119.65-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 28.67%
GREEN value IS 173 (67.97% from 255) = 29.52%
BLUE value IS 245 (96.09% from 255) = 41.81%
R=28.67%
G=29.52%
B=41.81%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1681732450.310.2900.04236.179.3880.98
HexA8ADF51F1D04ec4f51
Octal250255365373504354117121
Binary101010001010110111110101111111110101001110110010011111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8ADF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8ADF5; }

 p { color: rgb(168,173,245); }

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

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

 a { background-color: rgb(168,173,245); }

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

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

 span { border-color: rgb(168,173,245); }

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