Html Css Color HEX #AEA5FE Perano

📋 copy color: '#AEA5FE'

red 174 ◦ green 165 ◦ blue 254

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

Shades of Perano #AEA5FE

Tints of Perano #AEA5FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 42.83%

R = 29.34%
G = 27.82%
B = 42.83%

CMYK

 C value IS 0.31

 M value IS 0.35

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AEA5FE (or 0xAEA5FE) is known color: Perano. HEX triplet: AE, A5 and FE. RGB value is (174,165,254). Sum of RGB (Red+Green+Blue) = 174+165+254=593 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.34% from 593); Green value is 165 (64.84% from 255 or 27.82% from 593); Blue value is 254 (99.61% from 255 or 42.83% from 593); Max value from RGB is 254 - color contains mainly: blue. Hex color #AEA5FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AEA5FE is #515A01. Grayscale: #B1B1B1. Windows color (decimal): -5331458 or 16688558. OLE color: 16688558.

HSL color Cylindrical-coordinate representation of color #AEA5FE: hue angle of 246.07º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AEA5FE is Cyan = 0.31, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 174 165 254 -
CMYK 0.31 0.35 0 0.00
HSL 246.07º 0.98% 0.82% -
HSV(B) 246.07º 0.35% 1% -
XYZ 48.8 43.06 99.51 -
YUV 177.84 170.98 125.26 -
System Red Green Blue C M Y K H S L
Decimal 174 165 254 0.31 0.35 0 0.00 246.07 0.98 0.82
Hex AE A5 FE 1F 23 0 0 F6 62 52
Octal 256 245 376 37 43 0 0 366 142 122
Binary 10101110 10100101 11111110 11111 100011 0 0 11110110 1100010 1010010

Color Harmonies of #AEA5FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA5FE

Black with #AEA5FE

Text Example


Text Example

White with #AEA5FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA5FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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