Html Css Color HEX #ACADC9 Wistful

📋 copy color: '#ACADC9'

red 172 ◦ green 173 ◦ blue 201

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

Shades of Wistful #ACADC9

Tints of Wistful #ACADC9

RGB

 RED value IS 172 (67.58% from 255) = 31.5%

 GREEN value IS 173 (67.97% from 255) = 31.68%

 BLUE value IS 201 (78.91% from 255) = 36.81%

R = 31.5%
G = 31.68%
B = 36.81%

CMYK

 C value IS 0.14

 M value IS 0.14

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#ACADC9 (or 0xACADC9) is known color: Wistful. HEX triplet: AC, AD and C9. RGB value is (172,173,201). Sum of RGB (Red+Green+Blue) = 172+173+201=546 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.50% from 546); Green value is 173 (67.97% from 255 or 31.68% from 546); Blue value is 201 (78.91% from 255 or 36.81% from 546); Max value from RGB is 201 - color contains mainly: blue. Hex color #ACADC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACADC9 is #535236. Grayscale: #AFAFAF. Windows color (decimal): -5460535 or 13217196. OLE color: 13217196.

HSL color Cylindrical-coordinate representation of color #ACADC9: hue angle of 237.93º degrees, saturation: 0.21, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ACADC9 is Cyan = 0.14, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 172 173 201 -
CMYK 0.14 0.14 0 0.21
HSL 237.93º 0.21% 0.73% -
HSV(B) 237.93º 0.14% 0.79% -
XYZ 42.5 42.87 61.29 -
YUV 175.89 142.17 125.22 -
System Red Green Blue C M Y K H S L
Decimal 172 173 201 0.14 0.14 0 0.21 237.93 0.21 0.73
Hex AC AD C9 E E 0 15 EE 15 49
Octal 254 255 311 16 16 0 25 356 25 111
Binary 10101100 10101101 11001001 1110 1110 0 10101 11101110 10101 1001001

Color Harmonies of #ACADC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACADC9

Black with #ACADC9

Text Example


Text Example

White with #ACADC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACADC9; }

 p { color: rgb(172,173,201); }

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

background-color css

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

 a { background-color: rgb(172,173,201); }

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

border-color css

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

 span { border-color: rgb(172,173,201); }

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