Html Css Color HEX #ACABD1 Wistful

📋 copy color: '#ACABD1'

red 172 ◦ green 171 ◦ blue 209

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

Shades of Wistful #ACABD1

Tints of Wistful #ACABD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 37.86%

R = 31.16%
G = 30.98%
B = 37.86%

CMYK

 C value IS 0.18

 M value IS 0.18

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#ACABD1 (or 0xACABD1) is known color: Wistful. HEX triplet: AC, AB and D1. RGB value is (172,171,209). Sum of RGB (Red+Green+Blue) = 172+171+209=552 (73% of max value = 765). Red value is 172 (67.58% from 255 or 31.16% from 552); Green value is 171 (67.19% from 255 or 30.98% from 552); Blue value is 209 (82.03% from 255 or 37.86% from 552); Max value from RGB is 209 - color contains mainly: blue. Hex color #ACABD1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACABD1 is #53542E. Grayscale: #AFAFAF. Windows color (decimal): -5461039 or 13740972. OLE color: 13740972.

HSL color Cylindrical-coordinate representation of color #ACABD1: hue angle of 241.58º degrees, saturation: 0.29, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ACABD1 is Cyan = 0.18, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 172 171 209 -
CMYK 0.18 0.18 0 0.18
HSL 241.58º 0.29% 0.75% -
HSV(B) 241.58º 0.18% 0.82% -
XYZ 43.08 42.5 66.25 -
YUV 175.63 146.83 125.41 -
System Red Green Blue C M Y K H S L
Decimal 172 171 209 0.18 0.18 0 0.18 241.58 0.29 0.75
Hex AC AB D1 12 12 0 12 F2 1D 4B
Octal 254 253 321 22 22 0 22 362 35 113
Binary 10101100 10101011 11010001 10010 10010 0 10010 11110010 11101 1001011

Color Harmonies of #ACABD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACABD1

Black with #ACABD1

Text Example


Text Example

White with #ACABD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACABD1; }

 p { color: rgb(172,171,209); }

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

background-color css

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

 a { background-color: rgb(172,171,209); }

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

border-color css

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

 span { border-color: rgb(172,171,209); }

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