Html Css Color HEX #AEA8EC Perano

📋 copy color: '#AEA8EC'

red 174 ◦ green 168 ◦ blue 236

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

Shades of Perano #AEA8EC

Tints of Perano #AEA8EC

RGB

 RED value IS 174 (68.36% from 255) = 30.1%

 GREEN value IS 168 (66.02% from 255) = 29.07%

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

R = 30.1%
G = 29.07%
B = 40.83%

CMYK

 C value IS 0.26

 M value IS 0.29

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AEA8EC (or 0xAEA8EC) is known color: Perano. HEX triplet: AE, A8 and EC. RGB value is (174,168,236). Sum of RGB (Red+Green+Blue) = 174+168+236=578 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.10% from 578); Green value is 168 (66.02% from 255 or 29.07% from 578); Blue value is 236 (92.58% from 255 or 40.83% from 578); Max value from RGB is 236 - color contains mainly: blue. Hex color #AEA8EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AEA8EC is #515713. Grayscale: #B1B1B1. Windows color (decimal): -5330708 or 15509678. OLE color: 15509678.

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

Color convert

RGB 174 168 236 -
CMYK 0.26 0.29 0 0.07
HSL 245.29º 0.64% 0.79% -
HSV(B) 245.29º 0.29% 0.93% -
XYZ 46.6 43.06 85.21 -
YUV 177.55 160.99 125.47 -
System Red Green Blue C M Y K H S L
Decimal 174 168 236 0.26 0.29 0 0.07 245.29 0.64 0.79
Hex AE A8 EC 1A 1D 0 7 F5 40 4F
Octal 256 250 354 32 35 0 7 365 100 117
Binary 10101110 10101000 11101100 11010 11101 0 111 11110101 1000000 1001111

Color Harmonies of #AEA8EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA8EC

Black with #AEA8EC

Text Example


Text Example

White with #AEA8EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA8EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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