Html Css Color HEX #AFABCC Wistful

📋 copy color: '#AFABCC'

red 175 ◦ green 171 ◦ blue 204

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

Shades of Wistful #AFABCC

Tints of Wistful #AFABCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 37.09%

R = 31.82%
G = 31.09%
B = 37.09%

CMYK

 C value IS 0.14

 M value IS 0.16

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AFABCC (or 0xAFABCC) is known color: Wistful. HEX triplet: AF, AB and CC. RGB value is (175,171,204). Sum of RGB (Red+Green+Blue) = 175+171+204=550 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.82% from 550); Green value is 171 (67.19% from 255 or 31.09% from 550); Blue value is 204 (80.08% from 255 or 37.09% from 550); Max value from RGB is 204 - color contains mainly: blue. Hex color #AFABCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFABCC is #505433. Grayscale: #AFAFAF. Windows color (decimal): -5264436 or 13413295. OLE color: 13413295.

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

Color convert

RGB 175 171 204 -
CMYK 0.14 0.16 0 0.2
HSL 247.27º 0.24% 0.74% -
HSV(B) 247.27º 0.16% 0.8% -
XYZ 43.14 42.6 63.08 -
YUV 175.96 143.83 127.32 -
System Red Green Blue C M Y K H S L
Decimal 175 171 204 0.14 0.16 0 0.2 247.27 0.24 0.74
Hex AF AB CC E 10 0 14 F7 18 4A
Octal 257 253 314 16 20 0 24 367 30 112
Binary 10101111 10101011 11001100 1110 10000 0 10100 11110111 11000 1001010

Color Harmonies of #AFABCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFABCC

Black with #AFABCC

Text Example


Text Example

White with #AFABCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFABCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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