Html Css Color HEX #AEAFE3 Perano

📋 copy color: '#AEAFE3'

red 174 ◦ green 175 ◦ blue 227

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

Shades of Perano #AEAFE3

Tints of Perano #AEAFE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 39.41%

R = 30.21%
G = 30.38%
B = 39.41%

CMYK

 C value IS 0.23

 M value IS 0.23

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#AEAFE3 (or 0xAEAFE3) is known color: Perano. HEX triplet: AE, AF and E3. RGB value is (174,175,227). Sum of RGB (Red+Green+Blue) = 174+175+227=576 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.21% from 576); Green value is 175 (68.75% from 255 or 30.38% from 576); Blue value is 227 (89.06% from 255 or 39.41% from 576); Max value from RGB is 227 - color contains mainly: blue. Hex color #AEAFE3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEAFE3 is #51501C. Grayscale: #B4B4B4. Windows color (decimal): -5328925 or 14921646. OLE color: 14921646.

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

Color convert

RGB 174 175 227 -
CMYK 0.23 0.23 0 0.11
HSL 238.87º 0.49% 0.79% -
HSV(B) 238.87º 0.23% 0.89% -
XYZ 46.65 45.2 78.94 -
YUV 180.63 154.17 123.27 -
System Red Green Blue C M Y K H S L
Decimal 174 175 227 0.23 0.23 0 0.11 238.87 0.49 0.79
Hex AE AF E3 17 17 0 B EF 31 4F
Octal 256 257 343 27 27 0 13 357 61 117
Binary 10101110 10101111 11100011 10111 10111 0 1011 11101111 110001 1001111

Color Harmonies of #AEAFE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEAFE3

Black with #AEAFE3

Text Example


Text Example

White with #AEAFE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEAFE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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