#A5ADFD

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

Shades of Perano #A5ADFD

Tints of Perano #A5ADFD

Color information

#A5ADFD (or 0xA5ADFD) is unknown color: approx Perano. HEX triplet: A5, AD and FD. RGB value is (165,173,253). Sum of RGB (Red+Green+Blue) = 165+173+253=591 (78% of max value = 765). Red value is 165 (64.84% from 255 or 27.92% from 591); Green value is 173 (67.97% from 255 or 29.27% from 591); Blue value is 253 (99.22% from 255 or 42.81% from 591); Max value from RGB is 253 - color contains mainly: blue. Hex color #A5ADFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A5ADFD is #5A5202. Grayscale: #B3B3B3. Windows color (decimal): -5919235 or 16625061. OLE color: 16625061.

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

Color convert

RGB165173253-
CMYK0.350.3200.01
HSL234.55º95.65%81.96%-
HSV(B)234.55º34.78%99.22%-
XYZ48.1944.9899.07-
YUV179.73169.35117.5-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 27.92%
GREEN value IS 173 (67.97% from 255) = 29.27%
BLUE value IS 253 (99.22% from 255) = 42.81%
R=27.92%
G=29.27%
B=42.81%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1651732530.350.3200.01234.5595.6581.96
HexA5ADFD232001eb6052
Octal245255375434001353140122
Binary101001011010110111111101100011100000011110101111000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5ADFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5ADFD; }

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

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

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

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

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

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

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

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