Html Css Color HEX #AEAFE5 Perano

📋 copy color: '#AEAFE5'

red 174 ◦ green 175 ◦ blue 229

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

Shades of Perano #AEAFE5

Tints of Perano #AEAFE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 39.62%

R = 30.1%
G = 30.28%
B = 39.62%

CMYK

 C value IS 0.24

 M value IS 0.24

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#AEAFE5 (or 0xAEAFE5) is known color: Perano. HEX triplet: AE, AF and E5. RGB value is (174,175,229). Sum of RGB (Red+Green+Blue) = 174+175+229=578 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.10% from 578); Green value is 175 (68.75% from 255 or 30.28% from 578); Blue value is 229 (89.84% from 255 or 39.62% from 578); Max value from RGB is 229 - color contains mainly: blue. Hex color #AEAFE5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEAFE5 is #51501A. Grayscale: #B4B4B4. Windows color (decimal): -5328923 or 15052718. OLE color: 15052718.

HSL color Cylindrical-coordinate representation of color #AEAFE5: hue angle of 238.91º degrees, saturation: 0.51, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AEAFE5 is Cyan = 0.24, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 174 175 229 -
CMYK 0.24 0.24 0 0.10
HSL 238.91º 0.51% 0.79% -
HSV(B) 238.91º 0.24% 0.9% -
XYZ 46.93 45.32 80.4 -
YUV 180.86 155.17 123.11 -
System Red Green Blue C M Y K H S L
Decimal 174 175 229 0.24 0.24 0 0.10 238.91 0.51 0.79
Hex AE AF E5 18 18 0 A EF 33 4F
Octal 256 257 345 30 30 0 12 357 63 117
Binary 10101110 10101111 11100101 11000 11000 0 1010 11101111 110011 1001111

Color Harmonies of #AEAFE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEAFE5

Black with #AEAFE5

Text Example


Text Example

White with #AEAFE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEAFE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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