#A5ADFA

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

Shades of Perano #A5ADFA

Tints of Perano #A5ADFA

Color information

#A5ADFA (or 0xA5ADFA) is unknown color: approx Perano. HEX triplet: A5, AD and FA. RGB value is (165,173,250). Sum of RGB (Red+Green+Blue) = 165+173+250=588 (77% of max value = 765). Red value is 165 (64.84% from 255 or 28.06% from 588); Green value is 173 (67.97% from 255 or 29.42% from 588); Blue value is 250 (98.05% from 255 or 42.52% from 588); Max value from RGB is 250 - color contains mainly: blue. Hex color #A5ADFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A5ADFA is #5A5205. Grayscale: #B3B3B3. Windows color (decimal): -5919238 or 16428453. OLE color: 16428453.

HSL color Cylindrical-coordinate representation of color #A5ADFA: hue angle of 234.35º degrees, saturation: 0.89, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A5ADFA is Cyan = 0.34, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB165173250-
CMYK0.340.3100.02
HSL234.35º89.47%81.37%-
HSV(B)234.35º34%98.04%-
XYZ47.7244.7996.57-
YUV179.39167.85117.74-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 28.06%
GREEN value IS 173 (67.97% from 255) = 29.42%
BLUE value IS 250 (98.05% from 255) = 42.52%
R=28.06%
G=29.42%
B=42.52%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1651732500.340.3100.02234.3589.4781.37
HexA5ADFA221F02ea5951
Octal245255372423702352131121
Binary101001011010110111111010100010111110101110101010110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5ADFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5ADFA; }

 p { color: rgb(165,173,250); }

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

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

 a { background-color: rgb(165,173,250); }

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

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

 span { border-color: rgb(165,173,250); }

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