Html Css Color HEX #AEA9F8 Perano

📋 copy color: '#AEA9F8'

red 174 ◦ green 169 ◦ blue 248

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

Shades of Perano #AEA9F8

Tints of Perano #AEA9F8

RGB

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

 GREEN value IS 169 (66.41% from 255) = 28.6%

 BLUE value IS 248 (97.27% from 255) = 41.96%

R = 29.44%
G = 28.6%
B = 41.96%

CMYK

 C value IS 0.30

 M value IS 0.32

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#AEA9F8 (or 0xAEA9F8) is known color: Perano. HEX triplet: AE, A9 and F8. RGB value is (174,169,248). Sum of RGB (Red+Green+Blue) = 174+169+248=591 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.44% from 591); Green value is 169 (66.41% from 255 or 28.60% from 591); Blue value is 248 (97.27% from 255 or 41.96% from 591); Max value from RGB is 248 - color contains mainly: blue. Hex color #AEA9F8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AEA9F8 is #515607. Grayscale: #B3B3B3. Windows color (decimal): -5330440 or 16296366. OLE color: 16296366.

HSL color Cylindrical-coordinate representation of color #AEA9F8: hue angle of 243.8º degrees, saturation: 0.85, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AEA9F8 is Cyan = 0.30, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 174 169 248 -
CMYK 0.30 0.32 0 0.03
HSL 243.8º 0.85% 0.82% -
HSV(B) 243.8º 0.32% 0.97% -
XYZ 48.59 44.15 94.77 -
YUV 179.5 166.66 124.08 -
System Red Green Blue C M Y K H S L
Decimal 174 169 248 0.30 0.32 0 0.03 243.8 0.85 0.82
Hex AE A9 F8 1E 20 0 3 F4 55 52
Octal 256 251 370 36 40 0 3 364 125 122
Binary 10101110 10101001 11111000 11110 100000 0 11 11110100 1010101 1010010

Color Harmonies of #AEA9F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA9F8

Black with #AEA9F8

Text Example


Text Example

White with #AEA9F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA9F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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