Html Css Color HEX #AEA8F8 Perano

📋 copy color: '#AEA8F8'

red 174 ◦ green 168 ◦ blue 248

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

Shades of Perano #AEA8F8

Tints of Perano #AEA8F8

RGB

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

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

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

R = 29.49%
G = 28.47%
B = 42.03%

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

#AEA8F8 (or 0xAEA8F8) is known color: Perano. HEX triplet: AE, A8 and F8. RGB value is (174,168,248). Sum of RGB (Red+Green+Blue) = 174+168+248=590 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.49% from 590); Green value is 168 (66.02% from 255 or 28.47% from 590); Blue value is 248 (97.27% from 255 or 42.03% from 590); Max value from RGB is 248 - color contains mainly: blue. Hex color #AEA8F8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AEA8F8 is #515707. Grayscale: #B2B2B2. Windows color (decimal): -5330696 or 16296110. OLE color: 16296110.

HSL color Cylindrical-coordinate representation of color #AEA8F8: hue angle of 244.5º 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 #AEA8F8 is Cyan = 0.30, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 174 168 248 -
CMYK 0.30 0.32 0 0.03
HSL 244.5º 0.85% 0.82% -
HSV(B) 244.5º 0.32% 0.97% -
XYZ 48.4 43.78 94.71 -
YUV 178.91 166.99 124.5 -
System Red Green Blue C M Y K H S L
Decimal 174 168 248 0.30 0.32 0 0.03 244.5 0.85 0.82
Hex AE A8 F8 1E 20 0 3 F4 55 52
Octal 256 250 370 36 40 0 3 364 125 122
Binary 10101110 10101000 11111000 11110 100000 0 11 11110100 1010101 1010010

Color Harmonies of #AEA8F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA8F8

Black with #AEA8F8

Text Example


Text Example

White with #AEA8F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA8F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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