Html Css Color HEX #A0AEEC Perano

📋 copy color: '#A0AEEC'

red 160 ◦ green 174 ◦ blue 236

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

Shades of Perano #A0AEEC

Tints of Perano #A0AEEC

RGB

 RED value IS 160 (62.89% from 255) = 28.07%

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

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

R = 28.07%
G = 30.53%
B = 41.4%

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

#A0AEEC (or 0xA0AEEC) is known color: Perano. HEX triplet: A0, AE and EC. RGB value is (160,174,236). Sum of RGB (Red+Green+Blue) = 160+174+236=570 (75% of max value = 765). Red value is 160 (62.89% from 255 or 28.07% from 570); Green value is 174 (68.36% from 255 or 30.53% from 570); Blue value is 236 (92.58% from 255 or 41.40% from 570); Max value from RGB is 236 - color contains mainly: blue. Hex color #A0AEEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A0AEEC is #5F5113. Grayscale: #B0B0B0. Windows color (decimal): -6246676 or 15511200. OLE color: 15511200.

HSL color Cylindrical-coordinate representation of color #A0AEEC: hue angle of 228.95º degrees, saturation: 0.67, 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 #A0AEEC is Cyan = 0.32, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 160 174 236 -
CMYK 0.32 0.26 0 0.07
HSL 228.95º 0.67% 0.78% -
HSV(B) 228.95º 0.32% 0.93% -
XYZ 44.77 43.8 85.45 -
YUV 176.88 161.36 115.96 -
System Red Green Blue C M Y K H S L
Decimal 160 174 236 0.32 0.26 0 0.07 228.95 0.67 0.78
Hex A0 AE EC 20 1A 0 7 E5 43 4E
Octal 240 256 354 40 32 0 7 345 103 116
Binary 10100000 10101110 11101100 100000 11010 0 111 11100101 1000011 1001110

Color Harmonies of #A0AEEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0AEEC

Black with #A0AEEC

Text Example


Text Example

White with #A0AEEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0AEEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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