Html Css Color HEX #A9AEE1 Perano

📋 copy color: '#A9AEE1'

red 169 ◦ green 174 ◦ blue 225

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

Shades of Perano #A9AEE1

Tints of Perano #A9AEE1

RGB

 RED value IS 169 (66.41% from 255) = 29.75%

 GREEN value IS 174 (68.36% from 255) = 30.63%

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

R = 29.75%
G = 30.63%
B = 39.61%

CMYK

 C value IS 0.25

 M value IS 0.23

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A9AEE1 (or 0xA9AEE1) is known color: Perano. HEX triplet: A9, AE and E1. RGB value is (169,174,225). Sum of RGB (Red+Green+Blue) = 169+174+225=568 (75% of max value = 765). Red value is 169 (66.41% from 255 or 29.75% from 568); Green value is 174 (68.36% from 255 or 30.63% from 568); Blue value is 225 (88.28% from 255 or 39.61% from 568); Max value from RGB is 225 - color contains mainly: blue. Hex color #A9AEE1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A9AEE1 is #56511E. Grayscale: #B2B2B2. Windows color (decimal): -5656863 or 14790313. OLE color: 14790313.

HSL color Cylindrical-coordinate representation of color #A9AEE1: hue angle of 234.64º degrees, saturation: 0.48, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A9AEE1 is Cyan = 0.25, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 169 174 225 -
CMYK 0.25 0.23 0 0.12
HSL 234.64º 0.48% 0.77% -
HSV(B) 234.64º 0.25% 0.88% -
XYZ 45.09 44.14 77.38 -
YUV 178.32 154.34 121.35 -
System Red Green Blue C M Y K H S L
Decimal 169 174 225 0.25 0.23 0 0.12 234.64 0.48 0.77
Hex A9 AE E1 19 17 0 C EB 30 4D
Octal 251 256 341 31 27 0 14 353 60 115
Binary 10101001 10101110 11100001 11001 10111 0 1100 11101011 110000 1001101

Color Harmonies of #A9AEE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9AEE1

Black with #A9AEE1

Text Example


Text Example

White with #A9AEE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9AEE1; }

 p { color: rgb(169,174,225); }

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

background-color css

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

 a { background-color: rgb(169,174,225); }

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

border-color css

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

 span { border-color: rgb(169,174,225); }

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