Html Css Color HEX #AFAEC3 Wistful

📋 copy color: '#AFAEC3'

red 175 ◦ green 174 ◦ blue 195

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

Shades of Wistful #AFAEC3

Tints of Wistful #AFAEC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 35.85%

R = 32.17%
G = 31.99%
B = 35.85%

CMYK

 C value IS 0.10

 M value IS 0.11

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AFAEC3 (or 0xAFAEC3) is known color: Wistful. HEX triplet: AF, AE and C3. RGB value is (175,174,195). Sum of RGB (Red+Green+Blue) = 175+174+195=544 (72% of max value = 765). Red value is 175 (68.75% from 255 or 32.17% from 544); Green value is 174 (68.36% from 255 or 31.99% from 544); Blue value is 195 (76.56% from 255 or 35.85% from 544); Max value from RGB is 195 - color contains mainly: blue. Hex color #AFAEC3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFAEC3 is #50513C. Grayscale: #B0B0B0. Windows color (decimal): -5263677 or 12824239. OLE color: 12824239.

HSL color Cylindrical-coordinate representation of color #AFAEC3: hue angle of 242.86º degrees, saturation: 0.15, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AFAEC3 is Cyan = 0.10, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 175 174 195 -
CMYK 0.10 0.11 0 0.24
HSL 242.86º 0.15% 0.72% -
HSV(B) 242.86º 0.11% 0.76% -
XYZ 42.67 43.33 57.74 -
YUV 176.69 138.33 126.79 -
System Red Green Blue C M Y K H S L
Decimal 175 174 195 0.10 0.11 0 0.24 242.86 0.15 0.72
Hex AF AE C3 A B 0 18 F3 F 48
Octal 257 256 303 12 13 0 30 363 17 110
Binary 10101111 10101110 11000011 1010 1011 0 11000 11110011 1111 1001000

Color Harmonies of #AFAEC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFAEC3

Black with #AFAEC3

Text Example


Text Example

White with #AFAEC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFAEC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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