Html Css Color HEX #AEAFE4 Perano

📋 copy color: '#AEAFE4'

red 174 ◦ green 175 ◦ blue 228

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

Shades of Perano #AEAFE4

Tints of Perano #AEAFE4

RGB

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

 GREEN value IS 175 (68.75% from 255) = 30.33%

 BLUE value IS 228 (89.45% from 255) = 39.51%

R = 30.16%
G = 30.33%
B = 39.51%

CMYK

 C value IS 0.24

 M value IS 0.23

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#AEAFE4 (or 0xAEAFE4) is known color: Perano. HEX triplet: AE, AF and E4. RGB value is (174,175,228). Sum of RGB (Red+Green+Blue) = 174+175+228=577 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.16% from 577); Green value is 175 (68.75% from 255 or 30.33% from 577); Blue value is 228 (89.45% from 255 or 39.51% from 577); Max value from RGB is 228 - color contains mainly: blue. Hex color #AEAFE4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEAFE4 is #51501B. Grayscale: #B4B4B4. Windows color (decimal): -5328924 or 14987182. OLE color: 14987182.

HSL color Cylindrical-coordinate representation of color #AEAFE4: hue angle of 238.89º degrees, saturation: 0.5, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AEAFE4 is Cyan = 0.24, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 174 175 228 -
CMYK 0.24 0.23 0 0.11
HSL 238.89º 0.5% 0.79% -
HSV(B) 238.89º 0.24% 0.89% -
XYZ 46.79 45.26 79.67 -
YUV 180.74 154.67 123.19 -
System Red Green Blue C M Y K H S L
Decimal 174 175 228 0.24 0.23 0 0.11 238.89 0.5 0.79
Hex AE AF E4 18 17 0 B EF 32 4F
Octal 256 257 344 30 27 0 13 357 62 117
Binary 10101110 10101111 11100100 11000 10111 0 1011 11101111 110010 1001111

Color Harmonies of #AEAFE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEAFE4

Black with #AEAFE4

Text Example


Text Example

White with #AEAFE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEAFE4; }

 p { color: rgb(174,175,228); }

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

background-color css

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

 a { background-color: rgb(174,175,228); }

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

border-color css

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

 span { border-color: rgb(174,175,228); }

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