Html Css Color HEX #AFABD3 Wistful

📋 copy color: '#AFABD3'

red 175 ◦ green 171 ◦ blue 211

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

Shades of Wistful #AFABD3

Tints of Wistful #AFABD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 37.88%

R = 31.42%
G = 30.7%
B = 37.88%

CMYK

 C value IS 0.17

 M value IS 0.19

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#AFABD3 (or 0xAFABD3) is known color: Wistful. HEX triplet: AF, AB and D3. RGB value is (175,171,211). Sum of RGB (Red+Green+Blue) = 175+171+211=557 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.42% from 557); Green value is 171 (67.19% from 255 or 30.70% from 557); Blue value is 211 (82.81% from 255 or 37.88% from 557); Max value from RGB is 211 - color contains mainly: blue. Hex color #AFABD3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFABD3 is #50542C. Grayscale: #B0B0B0. Windows color (decimal): -5264429 or 13872047. OLE color: 13872047.

HSL color Cylindrical-coordinate representation of color #AFABD3: hue angle of 246º degrees, saturation: 0.31, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AFABD3 is Cyan = 0.17, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 175 171 211 -
CMYK 0.17 0.19 0 0.17
HSL 246º 0.31% 0.75% -
HSV(B) 246º 0.19% 0.83% -
XYZ 44 42.94 67.6 -
YUV 176.76 147.33 126.75 -
System Red Green Blue C M Y K H S L
Decimal 175 171 211 0.17 0.19 0 0.17 246 0.31 0.75
Hex AF AB D3 11 13 0 11 F6 1F 4B
Octal 257 253 323 21 23 0 21 366 37 113
Binary 10101111 10101011 11010011 10001 10011 0 10001 11110110 11111 1001011

Color Harmonies of #AFABD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFABD3

Black with #AFABD3

Text Example


Text Example

White with #AFABD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFABD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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