#A8ADF3

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

Shades of Perano #A8ADF3

Tints of Perano #A8ADF3

Color information

#A8ADF3 (or 0xA8ADF3) is unknown color: approx Perano. HEX triplet: A8, AD and F3. RGB value is (168,173,243). Sum of RGB (Red+Green+Blue) = 168+173+243=584 (77% of max value = 765). Red value is 168 (66.02% from 255 or 28.77% from 584); Green value is 173 (67.97% from 255 or 29.62% from 584); Blue value is 243 (95.31% from 255 or 41.61% from 584); Max value from RGB is 243 - color contains mainly: blue. Hex color #A8ADF3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A8ADF3 is #57520C. Grayscale: #B3B3B3. Windows color (decimal): -5722637 or 15969704. OLE color: 15969704.

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

Color convert

RGB168173243-
CMYK0.310.2900.05
HSL236º75.76%80.59%-
HSV(B)236º30.86%95.29%-
XYZ47.2744.6890.93-
YUV179.48163.84119.81-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 28.77%
GREEN value IS 173 (67.97% from 255) = 29.62%
BLUE value IS 243 (95.31% from 255) = 41.61%
R=28.77%
G=29.62%
B=41.61%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1681732430.310.2900.0523675.7680.59
HexA8ADF31F1D05ec4c51
Octal250255363373505354114121
Binary101010001010110111110011111111110101011110110010011001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8ADF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8ADF3; }

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

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

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

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

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

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

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

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