Html Css Color HEX #AFABCD Wistful

📋 copy color: '#AFABCD'

red 175 ◦ green 171 ◦ blue 205

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

Shades of Wistful #AFABCD

Tints of Wistful #AFABCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 37.21%

R = 31.76%
G = 31.03%
B = 37.21%

CMYK

 C value IS 0.15

 M value IS 0.17

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AFABCD (or 0xAFABCD) is known color: Wistful. HEX triplet: AF, AB and CD. RGB value is (175,171,205). Sum of RGB (Red+Green+Blue) = 175+171+205=551 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.76% from 551); Green value is 171 (67.19% from 255 or 31.03% from 551); Blue value is 205 (80.47% from 255 or 37.21% from 551); Max value from RGB is 205 - color contains mainly: blue. Hex color #AFABCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFABCD is #505432. Grayscale: #AFAFAF. Windows color (decimal): -5264435 or 13478831. OLE color: 13478831.

HSL color Cylindrical-coordinate representation of color #AFABCD: hue angle of 247.06º degrees, saturation: 0.25, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AFABCD is Cyan = 0.15, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 175 171 205 -
CMYK 0.15 0.17 0 0.20
HSL 247.06º 0.25% 0.74% -
HSV(B) 247.06º 0.17% 0.8% -
XYZ 43.26 42.65 63.71 -
YUV 176.07 144.33 127.24 -
System Red Green Blue C M Y K H S L
Decimal 175 171 205 0.15 0.17 0 0.20 247.06 0.25 0.74
Hex AF AB CD F 11 0 14 F7 19 4A
Octal 257 253 315 17 21 0 24 367 31 112
Binary 10101111 10101011 11001101 1111 10001 0 10100 11110111 11001 1001010

Color Harmonies of #AFABCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFABCD

Black with #AFABCD

Text Example


Text Example

White with #AFABCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFABCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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