Html Css Color HEX #AFABC8 Wistful

📋 copy color: '#AFABC8'

red 175 ◦ green 171 ◦ blue 200

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

Shades of Wistful #AFABC8

Tints of Wistful #AFABC8

RGB

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

 GREEN value IS 171 (67.19% from 255) = 31.32%

 BLUE value IS 200 (78.52% from 255) = 36.63%

R = 32.05%
G = 31.32%
B = 36.63%

CMYK

 C value IS 0.12

 M value IS 0.14

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#AFABC8 (or 0xAFABC8) is known color: Wistful. HEX triplet: AF, AB and C8. RGB value is (175,171,200). Sum of RGB (Red+Green+Blue) = 175+171+200=546 (72% of max value = 765). Red value is 175 (68.75% from 255 or 32.05% from 546); Green value is 171 (67.19% from 255 or 31.32% from 546); Blue value is 200 (78.52% from 255 or 36.63% from 546); Max value from RGB is 200 - color contains mainly: blue. Hex color #AFABC8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFABC8 is #505437. Grayscale: #AFAFAF. Windows color (decimal): -5264440 or 13151151. OLE color: 13151151.

HSL color Cylindrical-coordinate representation of color #AFABC8: hue angle of 248.28º degrees, saturation: 0.21, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AFABC8 is Cyan = 0.12, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 175 171 200 -
CMYK 0.12 0.14 0 0.22
HSL 248.28º 0.21% 0.73% -
HSV(B) 248.28º 0.15% 0.78% -
XYZ 42.67 42.41 60.58 -
YUV 175.5 141.83 127.64 -
System Red Green Blue C M Y K H S L
Decimal 175 171 200 0.12 0.14 0 0.22 248.28 0.21 0.73
Hex AF AB C8 C E 0 16 F8 15 49
Octal 257 253 310 14 16 0 26 370 25 111
Binary 10101111 10101011 11001000 1100 1110 0 10110 11111000 10101 1001001

Color Harmonies of #AFABC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFABC8

Black with #AFABC8

Text Example


Text Example

White with #AFABC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFABC8; }

 p { color: rgb(175,171,200); }

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

background-color css

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

 a { background-color: rgb(175,171,200); }

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

border-color css

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

 span { border-color: rgb(175,171,200); }

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