Html Css Color HEX #A1AEEC Perano

📋 copy color: '#A1AEEC'

red 161 ◦ green 174 ◦ blue 236

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

Shades of Perano #A1AEEC

Tints of Perano #A1AEEC

RGB

 RED value IS 161 (63.28% from 255) = 28.2%

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

 BLUE value IS 236 (92.58% from 255) = 41.33%

R = 28.2%
G = 30.47%
B = 41.33%

CMYK

 C value IS 0.32

 M value IS 0.26

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A1AEEC (or 0xA1AEEC) is known color: Perano. HEX triplet: A1, AE and EC. RGB value is (161,174,236). Sum of RGB (Red+Green+Blue) = 161+174+236=571 (75% of max value = 765). Red value is 161 (63.28% from 255 or 28.20% from 571); Green value is 174 (68.36% from 255 or 30.47% from 571); Blue value is 236 (92.58% from 255 or 41.33% from 571); Max value from RGB is 236 - color contains mainly: blue. Hex color #A1AEEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A1AEEC is #5E5113. Grayscale: #B0B0B0. Windows color (decimal): -6181140 or 15511201. OLE color: 15511201.

HSL color Cylindrical-coordinate representation of color #A1AEEC: hue angle of 229.6º degrees, saturation: 0.66, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A1AEEC is Cyan = 0.32, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 161 174 236 -
CMYK 0.32 0.26 0 0.07
HSL 229.6º 0.66% 0.78% -
HSV(B) 229.6º 0.32% 0.93% -
XYZ 44.97 43.91 85.46 -
YUV 177.18 161.19 116.46 -
System Red Green Blue C M Y K H S L
Decimal 161 174 236 0.32 0.26 0 0.07 229.6 0.66 0.78
Hex A1 AE EC 20 1A 0 7 E6 42 4E
Octal 241 256 354 40 32 0 7 346 102 116
Binary 10100001 10101110 11101100 100000 11010 0 111 11100110 1000010 1001110

Color Harmonies of #A1AEEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1AEEC

Black with #A1AEEC

Text Example


Text Example

White with #A1AEEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1AEEC; }

 p { color: rgb(161,174,236); }

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

background-color css

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

 a { background-color: rgb(161,174,236); }

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

border-color css

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

 span { border-color: rgb(161,174,236); }

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