Html Css Color HEX #AFABC2 Wistful

📋 copy color: '#AFABC2'

red 175 ◦ green 171 ◦ blue 194

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

Shades of Wistful #AFABC2

Tints of Wistful #AFABC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 35.93%

R = 32.41%
G = 31.67%
B = 35.93%

CMYK

 C value IS 0.10

 M value IS 0.12

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AFABC2 (or 0xAFABC2) is known color: Wistful. HEX triplet: AF, AB and C2. RGB value is (175,171,194). Sum of RGB (Red+Green+Blue) = 175+171+194=540 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.41% from 540); Green value is 171 (67.19% from 255 or 31.67% from 540); Blue value is 194 (76.17% from 255 or 35.93% from 540); Max value from RGB is 194 - color contains mainly: blue. Hex color #AFABC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFABC2 is #50543D. Grayscale: #AEAEAE. Windows color (decimal): -5264446 or 12757935. OLE color: 12757935.

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

Color convert

RGB 175 171 194 -
CMYK 0.10 0.12 0 0.24
HSL 250.43º 0.16% 0.72% -
HSV(B) 250.43º 0.12% 0.76% -
XYZ 41.98 42.13 56.96 -
YUV 174.82 138.83 128.13 -
System Red Green Blue C M Y K H S L
Decimal 175 171 194 0.10 0.12 0 0.24 250.43 0.16 0.72
Hex AF AB C2 A C 0 18 FA 10 48
Octal 257 253 302 12 14 0 30 372 20 110
Binary 10101111 10101011 11000010 1010 1100 0 11000 11111010 10000 1001000

Color Harmonies of #AFABC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFABC2

Black with #AFABC2

Text Example


Text Example

White with #AFABC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFABC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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