#A4ADE5

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

Shades of Perano #A4ADE5

Tints of Perano #A4ADE5

Color information

#A4ADE5 (or 0xA4ADE5) is unknown color: approx Perano. HEX triplet: A4, AD and E5. RGB value is (164,173,229). Sum of RGB (Red+Green+Blue) = 164+173+229=566 (74% of max value = 765). Red value is 164 (64.45% from 255 or 28.98% from 566); Green value is 173 (67.97% from 255 or 30.57% from 566); Blue value is 229 (89.84% from 255 or 40.46% from 566); Max value from RGB is 229 - color contains mainly: blue. Hex color #A4ADE5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A4ADE5 is #5B521A. Grayscale: #B0B0B0. Windows color (decimal): -5984795 or 15052196. OLE color: 15052196.

HSL color Cylindrical-coordinate representation of color #A4ADE5: hue angle of 231.69º degrees, saturation: 0.56, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A4ADE5 is Cyan = 0.28, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB164173229-
CMYK0.280.2400.10
HSL231.69º55.56%77.06%-
HSV(B)231.69º28.38%89.8%-
XYZ44.443.4480.17-
YUV176.69157.52118.95-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 28.98%
GREEN value IS 173 (67.97% from 255) = 30.57%
BLUE value IS 229 (89.84% from 255) = 40.46%
R=28.98%
G=30.57%
B=40.46%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1641732290.280.2400.10231.6955.5677.06
HexA4ADE51C180Ae8384d
Octal244255345343001235070115
Binary101001001010110111100101111001100001010111010001110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4ADE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4ADE5; }

 p { color: rgb(164,173,229); }

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

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

 a { background-color: rgb(164,173,229); }

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

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

 span { border-color: rgb(164,173,229); }

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