Html Css Color HEX #AEA5F8 Perano

📋 copy color: '#AEA5F8'

red 174 ◦ green 165 ◦ blue 248

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

Shades of Perano #AEA5F8

Tints of Perano #AEA5F8

RGB

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

 GREEN value IS 165 (64.84% from 255) = 28.11%

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

R = 29.64%
G = 28.11%
B = 42.25%

CMYK

 C value IS 0.30

 M value IS 0.33

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#AEA5F8 (or 0xAEA5F8) is known color: Perano. HEX triplet: AE, A5 and F8. RGB value is (174,165,248). Sum of RGB (Red+Green+Blue) = 174+165+248=587 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.64% from 587); Green value is 165 (64.84% from 255 or 28.11% from 587); Blue value is 248 (97.27% from 255 or 42.25% from 587); Max value from RGB is 248 - color contains mainly: blue. Hex color #AEA5F8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AEA5F8 is #515A07. Grayscale: #B0B0B0. Windows color (decimal): -5331464 or 16295342. OLE color: 16295342.

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

Color convert

RGB 174 165 248 -
CMYK 0.30 0.33 0 0.03
HSL 246.51º 0.86% 0.81% -
HSV(B) 246.51º 0.33% 0.97% -
XYZ 47.85 42.69 94.52 -
YUV 177.15 167.98 125.75 -
System Red Green Blue C M Y K H S L
Decimal 174 165 248 0.30 0.33 0 0.03 246.51 0.86 0.81
Hex AE A5 F8 1E 21 0 3 F7 56 51
Octal 256 245 370 36 41 0 3 367 126 121
Binary 10101110 10100101 11111000 11110 100001 0 11 11110111 1010110 1010001

Color Harmonies of #AEA5F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA5F8

Black with #AEA5F8

Text Example


Text Example

White with #AEA5F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA5F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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