Html Css Color HEX #AFABCB Wistful

📋 copy color: '#AFABCB'

red 175 ◦ green 171 ◦ blue 203

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

Shades of Wistful #AFABCB

Tints of Wistful #AFABCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 36.98%

R = 31.88%
G = 31.15%
B = 36.98%

CMYK

 C value IS 0.14

 M value IS 0.16

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AFABCB (or 0xAFABCB) is known color: Wistful. HEX triplet: AF, AB and CB. RGB value is (175,171,203). Sum of RGB (Red+Green+Blue) = 175+171+203=549 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.88% from 549); Green value is 171 (67.19% from 255 or 31.15% from 549); Blue value is 203 (79.69% from 255 or 36.98% from 549); Max value from RGB is 203 - color contains mainly: blue. Hex color #AFABCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFABCB is #505434. Grayscale: #AFAFAF. Windows color (decimal): -5264437 or 13347759. OLE color: 13347759.

HSL color Cylindrical-coordinate representation of color #AFABCB: hue angle of 247.5º degrees, saturation: 0.24, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AFABCB is Cyan = 0.14, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 175 171 203 -
CMYK 0.14 0.16 0 0.20
HSL 247.5º 0.24% 0.73% -
HSV(B) 247.5º 0.16% 0.8% -
XYZ 43.02 42.55 62.45 -
YUV 175.84 143.33 127.4 -
System Red Green Blue C M Y K H S L
Decimal 175 171 203 0.14 0.16 0 0.20 247.5 0.24 0.73
Hex AF AB CB E 10 0 14 F8 18 49
Octal 257 253 313 16 20 0 24 370 30 111
Binary 10101111 10101011 11001011 1110 10000 0 10100 11111000 11000 1001001

Color Harmonies of #AFABCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFABCB

Black with #AFABCB

Text Example


Text Example

White with #AFABCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFABCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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