Html Css Color HEX #AFAEC1 Wistful

📋 copy color: '#AFAEC1'

red 175 ◦ green 174 ◦ blue 193

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

Shades of Wistful #AFAEC1

Tints of Wistful #AFAEC1

RGB

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

 GREEN value IS 174 (68.36% from 255) = 32.1%

 BLUE value IS 193 (75.78% from 255) = 35.61%

R = 32.29%
G = 32.1%
B = 35.61%

CMYK

 C value IS 0.09

 M value IS 0.10

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AFAEC1 (or 0xAFAEC1) is known color: Wistful. HEX triplet: AF, AE and C1. RGB value is (175,174,193). Sum of RGB (Red+Green+Blue) = 175+174+193=542 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.29% from 542); Green value is 174 (68.36% from 255 or 32.10% from 542); Blue value is 193 (75.78% from 255 or 35.61% from 542); Max value from RGB is 193 - color contains mainly: blue. Hex color #AFAEC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFAEC1 is #50513E. Grayscale: #B0B0B0. Windows color (decimal): -5263679 or 12693167. OLE color: 12693167.

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

Color convert

RGB 175 174 193 -
CMYK 0.09 0.10 0 0.24
HSL 243.16º 0.13% 0.72% -
HSV(B) 243.16º 0.1% 0.76% -
XYZ 42.44 43.24 56.56 -
YUV 176.47 137.33 126.96 -
System Red Green Blue C M Y K H S L
Decimal 175 174 193 0.09 0.10 0 0.24 243.16 0.13 0.72
Hex AF AE C1 9 A 0 18 F3 D 48
Octal 257 256 301 11 12 0 30 363 15 110
Binary 10101111 10101110 11000001 1001 1010 0 11000 11110011 1101 1001000

Color Harmonies of #AFAEC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFAEC1

Black with #AFAEC1

Text Example


Text Example

White with #AFAEC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFAEC1; }

 p { color: rgb(175,174,193); }

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

background-color css

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

 a { background-color: rgb(175,174,193); }

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

border-color css

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

 span { border-color: rgb(175,174,193); }

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