Html Css Color HEX #A5AAE1 Perano

📋 copy color: '#A5AAE1'

red 165 ◦ green 170 ◦ blue 225

#A5AAE1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Perano #A5AAE1

Tints of Perano #A5AAE1

RGB

 RED value IS 165 (64.84% from 255) = 29.46%

 GREEN value IS 170 (66.8% from 255) = 30.36%

 BLUE value IS 225 (88.28% from 255) = 40.18%

R = 29.46%
G = 30.36%
B = 40.18%

CMYK

 C value IS 0.27

 M value IS 0.24

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A5AAE1 (or 0xA5AAE1) is known color: Perano. HEX triplet: A5, AA and E1. RGB value is (165,170,225). Sum of RGB (Red+Green+Blue) = 165+170+225=560 (74% of max value = 765). Red value is 165 (64.84% from 255 or 29.46% from 560); Green value is 170 (66.80% from 255 or 30.36% from 560); Blue value is 225 (88.28% from 255 or 40.18% from 560); Max value from RGB is 225 - color contains mainly: blue. Hex color #A5AAE1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A5AAE1 is #5A551E. Grayscale: #AEAEAE. Windows color (decimal): -5920031 or 14789285. OLE color: 14789285.

HSL color Cylindrical-coordinate representation of color #A5AAE1: hue angle of 235º degrees, saturation: 0.5, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A5AAE1 is Cyan = 0.27, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 165 170 225 -
CMYK 0.27 0.24 0 0.12
HSL 235º 0.5% 0.76% -
HSV(B) 235º 0.27% 0.88% -
XYZ 43.48 42.19 77.08 -
YUV 174.78 156.34 121.03 -
System Red Green Blue C M Y K H S L
Decimal 165 170 225 0.27 0.24 0 0.12 235 0.5 0.76
Hex A5 AA E1 1B 18 0 C EB 32 4C
Octal 245 252 341 33 30 0 14 353 62 114
Binary 10100101 10101010 11100001 11011 11000 0 1100 11101011 110010 1001100

Color Harmonies of #A5AAE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5AAE1

Black with #A5AAE1

Text Example


Text Example

White with #A5AAE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5AAE1; }

 p { color: rgb(165,170,225); }

 H1.HeaderClassName
 {
   color: #A5AAE1;
 }
 .AnyTagClassName
 {
   color: #A5AAE1;
 }
</style>

background-color css

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

 a { background-color: rgb(165,170,225); }

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

border-color css

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

 span { border-color: rgb(165,170,225); }

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