#A5ADFC

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

Shades of Perano #A5ADFC

Tints of Perano #A5ADFC

Color information

#A5ADFC (or 0xA5ADFC) is unknown color: approx Perano. HEX triplet: A5, AD and FC. RGB value is (165,173,252). Sum of RGB (Red+Green+Blue) = 165+173+252=590 (78% of max value = 765). Red value is 165 (64.84% from 255 or 27.97% from 590); Green value is 173 (67.97% from 255 or 29.32% from 590); Blue value is 252 (98.83% from 255 or 42.71% from 590); Max value from RGB is 252 - color contains mainly: blue. Hex color #A5ADFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A5ADFC is #5A5203. Grayscale: #B3B3B3. Windows color (decimal): -5919236 or 16559525. OLE color: 16559525.

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

Color convert

RGB165173252-
CMYK0.350.3100.01
HSL234.48º93.55%81.76%-
HSV(B)234.48º34.52%98.82%-
XYZ48.0344.9198.23-
YUV179.61168.85117.58-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 27.97%
GREEN value IS 173 (67.97% from 255) = 29.32%
BLUE value IS 252 (98.83% from 255) = 42.71%
R=27.97%
G=29.32%
B=42.71%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1651732520.350.3100.01234.4893.5581.76
HexA5ADFC231F01ea5e52
Octal245255374433701352136122
Binary10100101101011011111110010001111111011110101010111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5ADFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5ADFC; }

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

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

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

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

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

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

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

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