Html Css Color HEX #AFABD4 Wistful

📋 copy color: '#AFABD4'

red 175 ◦ green 171 ◦ blue 212

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

Shades of Wistful #AFABD4

Tints of Wistful #AFABD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 37.99%

R = 31.36%
G = 30.65%
B = 37.99%

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

#AFABD4 (or 0xAFABD4) is known color: Wistful. HEX triplet: AF, AB and D4. RGB value is (175,171,212). Sum of RGB (Red+Green+Blue) = 175+171+212=558 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.36% from 558); Green value is 171 (67.19% from 255 or 30.65% from 558); Blue value is 212 (83.20% from 255 or 37.99% from 558); Max value from RGB is 212 - color contains mainly: blue. Hex color #AFABD4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFABD4 is #50542B. Grayscale: #B0B0B0. Windows color (decimal): -5264428 or 13937583. OLE color: 13937583.

HSL color Cylindrical-coordinate representation of color #AFABD4: hue angle of 245.85º degrees, saturation: 0.32, 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 #AFABD4 is Cyan = 0.17, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 175 171 212 -
CMYK 0.17 0.19 0 0.17
HSL 245.85º 0.32% 0.75% -
HSV(B) 245.85º 0.19% 0.83% -
XYZ 44.13 42.99 68.26 -
YUV 176.87 147.83 126.67 -
System Red Green Blue C M Y K H S L
Decimal 175 171 212 0.17 0.19 0 0.17 245.85 0.32 0.75
Hex AF AB D4 11 13 0 11 F6 20 4B
Octal 257 253 324 21 23 0 21 366 40 113
Binary 10101111 10101011 11010100 10001 10011 0 10001 11110110 100000 1001011

Color Harmonies of #AFABD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFABD4

Black with #AFABD4

Text Example


Text Example

White with #AFABD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFABD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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