#A4ADED

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

Shades of Perano #A4ADED

Tints of Perano #A4ADED

Color information

#A4ADED (or 0xA4ADED) is unknown color: approx Perano. HEX triplet: A4, AD and ED. RGB value is (164,173,237). Sum of RGB (Red+Green+Blue) = 164+173+237=574 (76% of max value = 765). Red value is 164 (64.45% from 255 or 28.57% from 574); Green value is 173 (67.97% from 255 or 30.14% from 574); Blue value is 237 (92.97% from 255 or 41.29% from 574); Max value from RGB is 237 - color contains mainly: blue. Hex color #A4ADED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A4ADED is #5B5212. Grayscale: #B1B1B1. Windows color (decimal): -5984787 or 15576484. OLE color: 15576484.

HSL color Cylindrical-coordinate representation of color #A4ADED: hue angle of 232.6º degrees, saturation: 0.67, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A4ADED is Cyan = 0.31, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB164173237-
CMYK0.310.2700.07
HSL232.6º66.97%78.63%-
HSV(B)232.6º30.8%92.94%-
XYZ45.5443.8986.19-
YUV177.6161.52118.3-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 28.57%
GREEN value IS 173 (67.97% from 255) = 30.14%
BLUE value IS 237 (92.97% from 255) = 41.29%
R=28.57%
G=30.14%
B=41.29%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1641732370.310.2700.07232.666.9778.63
HexA4ADED1F1B07e9434f
Octal244255355373307351103117
Binary101001001010110111101101111111101101111110100110000111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4ADED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4ADED; }

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

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

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

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

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

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

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

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