Html Css Color HEX #AFACCD Wistful

📋 copy color: '#AFACCD'

red 175 ◦ green 172 ◦ blue 205

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

Shades of Wistful #AFACCD

Tints of Wistful #AFACCD

RGB

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

 GREEN value IS 172 (67.58% from 255) = 31.16%

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

R = 31.7%
G = 31.16%
B = 37.14%

CMYK

 C value IS 0.15

 M value IS 0.16

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AFACCD (or 0xAFACCD) is known color: Wistful. HEX triplet: AF, AC and CD. RGB value is (175,172,205). Sum of RGB (Red+Green+Blue) = 175+172+205=552 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.70% from 552); Green value is 172 (67.58% from 255 or 31.16% from 552); Blue value is 205 (80.47% from 255 or 37.14% from 552); Max value from RGB is 205 - color contains mainly: blue. Hex color #AFACCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFACCD is #505332. Grayscale: #B0B0B0. Windows color (decimal): -5264179 or 13479087. OLE color: 13479087.

HSL color Cylindrical-coordinate representation of color #AFACCD: hue angle of 245.45º degrees, saturation: 0.25, 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 #AFACCD is Cyan = 0.15, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 175 172 205 -
CMYK 0.15 0.16 0 0.20
HSL 245.45º 0.25% 0.74% -
HSV(B) 245.45º 0.16% 0.8% -
XYZ 43.45 43.03 63.77 -
YUV 176.66 143.99 126.82 -
System Red Green Blue C M Y K H S L
Decimal 175 172 205 0.15 0.16 0 0.20 245.45 0.25 0.74
Hex AF AC CD F 10 0 14 F5 19 4A
Octal 257 254 315 17 20 0 24 365 31 112
Binary 10101111 10101100 11001101 1111 10000 0 10100 11110101 11001 1001010

Color Harmonies of #AFACCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFACCD

Black with #AFACCD

Text Example


Text Example

White with #AFACCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFACCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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