Html Css Color HEX #AFACC2 Wistful

📋 copy color: '#AFACC2'

red 175 ◦ green 172 ◦ blue 194

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

Shades of Wistful #AFACC2

Tints of Wistful #AFACC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 35.86%

R = 32.35%
G = 31.79%
B = 35.86%

CMYK

 C value IS 0.10

 M value IS 0.11

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AFACC2 (or 0xAFACC2) is known color: Wistful. HEX triplet: AF, AC and C2. RGB value is (175,172,194). Sum of RGB (Red+Green+Blue) = 175+172+194=541 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.35% from 541); Green value is 172 (67.58% from 255 or 31.79% from 541); Blue value is 194 (76.17% from 255 or 35.86% from 541); Max value from RGB is 194 - color contains mainly: blue. Hex color #AFACC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFACC2 is #50533D. Grayscale: #AFAFAF. Windows color (decimal): -5264190 or 12758191. OLE color: 12758191.

HSL color Cylindrical-coordinate representation of color #AFACC2: hue angle of 248.18º degrees, saturation: 0.15, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AFACC2 is Cyan = 0.10, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 175 172 194 -
CMYK 0.10 0.11 0 0.24
HSL 248.18º 0.15% 0.72% -
HSV(B) 248.18º 0.11% 0.76% -
XYZ 42.17 42.51 57.02 -
YUV 175.41 138.49 127.71 -
System Red Green Blue C M Y K H S L
Decimal 175 172 194 0.10 0.11 0 0.24 248.18 0.15 0.72
Hex AF AC C2 A B 0 18 F8 F 48
Octal 257 254 302 12 13 0 30 370 17 110
Binary 10101111 10101100 11000010 1010 1011 0 11000 11111000 1111 1001000

Color Harmonies of #AFACC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFACC2

Black with #AFACC2

Text Example


Text Example

White with #AFACC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFACC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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