#A5AEE6

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

Shades of Perano #A5AEE6

Tints of Perano #A5AEE6

Color information

#A5AEE6 (or 0xA5AEE6) is unknown color: approx Perano. HEX triplet: A5, AE and E6. RGB value is (165,174,230). Sum of RGB (Red+Green+Blue) = 165+174+230=569 (75% of max value = 765). Red value is 165 (64.84% from 255 or 29.00% from 569); Green value is 174 (68.36% from 255 or 30.58% from 569); Blue value is 230 (90.23% from 255 or 40.42% from 569); Max value from RGB is 230 - color contains mainly: blue. Hex color #A5AEE6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A5AEE6 is #5A5119. Grayscale: #B1B1B1. Windows color (decimal): -5919002 or 15117989. OLE color: 15117989.

HSL color Cylindrical-coordinate representation of color #A5AEE6: hue angle of 231.69º degrees, saturation: 0.57, 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 #A5AEE6 is Cyan = 0.28, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB165174230-
CMYK0.280.2400.10
HSL231.69º56.52%77.45%-
HSV(B)231.69º28.26%90.2%-
XYZ44.9443.9880.98-
YUV177.69157.52118.95-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 29.00%
GREEN value IS 174 (68.36% from 255) = 30.58%
BLUE value IS 230 (90.23% from 255) = 40.42%
R=29.00%
G=30.58%
B=40.42%

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
Decimal1651742300.280.2400.10231.6956.5277.45
HexA5AEE61C180Ae8394d
Octal245256346343001235071115
Binary101001011010111011100110111001100001010111010001110011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5AEE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5AEE6; }

 p { color: rgb(165,174,230); }

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

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

 a { background-color: rgb(165,174,230); }

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

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

 span { border-color: rgb(165,174,230); }

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