Html Css Color HEX #AFAEC5 Wistful

📋 copy color: '#AFAEC5'

red 175 ◦ green 174 ◦ blue 197

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

Shades of Wistful #AFAEC5

Tints of Wistful #AFAEC5

RGB

 RED value IS 175 (68.75% from 255) = 32.05%

 GREEN value IS 174 (68.36% from 255) = 31.87%

 BLUE value IS 197 (77.34% from 255) = 36.08%

R = 32.05%
G = 31.87%
B = 36.08%

CMYK

 C value IS 0.11

 M value IS 0.12

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#AFAEC5 (or 0xAFAEC5) is known color: Wistful. HEX triplet: AF, AE and C5. RGB value is (175,174,197). Sum of RGB (Red+Green+Blue) = 175+174+197=546 (72% of max value = 765). Red value is 175 (68.75% from 255 or 32.05% from 546); Green value is 174 (68.36% from 255 or 31.87% from 546); Blue value is 197 (77.34% from 255 or 36.08% from 546); Max value from RGB is 197 - color contains mainly: blue. Hex color #AFAEC5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFAEC5 is #50513A. Grayscale: #B0B0B0. Windows color (decimal): -5263675 or 12955311. OLE color: 12955311.

HSL color Cylindrical-coordinate representation of color #AFAEC5: hue angle of 242.61º degrees, saturation: 0.17, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AFAEC5 is Cyan = 0.11, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 175 174 197 -
CMYK 0.11 0.12 0 0.23
HSL 242.61º 0.17% 0.73% -
HSV(B) 242.61º 0.12% 0.77% -
XYZ 42.89 43.42 58.94 -
YUV 176.92 139.33 126.63 -
System Red Green Blue C M Y K H S L
Decimal 175 174 197 0.11 0.12 0 0.23 242.61 0.17 0.73
Hex AF AE C5 B C 0 17 F3 11 49
Octal 257 256 305 13 14 0 27 363 21 111
Binary 10101111 10101110 11000101 1011 1100 0 10111 11110011 10001 1001001

Color Harmonies of #AFAEC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFAEC5

Black with #AFAEC5

Text Example


Text Example

White with #AFAEC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFAEC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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