#A5ACDF

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

Shades of Perano #A5ACDF

Tints of Perano #A5ACDF

Color information

#A5ACDF (or 0xA5ACDF) is unknown color: approx Perano. HEX triplet: A5, AC and DF. RGB value is (165,172,223). Sum of RGB (Red+Green+Blue) = 165+172+223=560 (74% of max value = 765). Red value is 165 (64.84% from 255 or 29.46% from 560); Green value is 172 (67.58% from 255 or 30.71% from 560); Blue value is 223 (87.5% from 255 or 39.82% from 560); Max value from RGB is 223 - color contains mainly: blue. Hex color #A5ACDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A5ACDF is #5A5320. Grayscale: #AFAFAF. Windows color (decimal): -5919521 or 14658725. OLE color: 14658725.

HSL color Cylindrical-coordinate representation of color #A5ACDF: hue angle of 232.76º degrees, saturation: 0.48, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A5ACDF is Cyan = 0.26, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB165172223-
CMYK0.260.2300.13
HSL232.76º47.54%76.08%-
HSV(B)232.76º26.01%87.45%-
XYZ43.5942.8375.78-
YUV175.72154.68120.35-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 29.46%
GREEN value IS 172 (67.58% from 255) = 30.71%
BLUE value IS 223 (87.5% from 255) = 39.82%
R=29.46%
G=30.71%
B=39.82%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1651722230.260.2300.13232.7647.5476.08
HexA5ACDF1A170De9304c
Octal245254337322701535160114
Binary101001011010110011011111110101011101101111010011100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5ACDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5ACDF; }

 p { color: rgb(165,172,223); }

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

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

 a { background-color: rgb(165,172,223); }

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

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

 span { border-color: rgb(165,172,223); }

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