Html Css Color HEX #ACA4DE Wistful

📋 copy color: '#ACA4DE'

red 172 ◦ green 164 ◦ blue 222

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

Shades of Wistful #ACA4DE

Tints of Wistful #ACA4DE

RGB

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

 GREEN value IS 164 (64.45% from 255) = 29.39%

 BLUE value IS 222 (87.11% from 255) = 39.78%

R = 30.82%
G = 29.39%
B = 39.78%

CMYK

 C value IS 0.23

 M value IS 0.26

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#ACA4DE (or 0xACA4DE) is known color: Wistful. HEX triplet: AC, A4 and DE. RGB value is (172,164,222). Sum of RGB (Red+Green+Blue) = 172+164+222=558 (73% of max value = 765). Red value is 172 (67.58% from 255 or 30.82% from 558); Green value is 164 (64.45% from 255 or 29.39% from 558); Blue value is 222 (87.11% from 255 or 39.78% from 558); Max value from RGB is 222 - color contains mainly: blue. Hex color #ACA4DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACA4DE is #535B21. Grayscale: #ACACAC. Windows color (decimal): -5462818 or 14591148. OLE color: 14591148.

HSL color Cylindrical-coordinate representation of color #ACA4DE: hue angle of 248.28º degrees, saturation: 0.47, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ACA4DE is Cyan = 0.23, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 172 164 222 -
CMYK 0.23 0.26 0 0.13
HSL 248.28º 0.47% 0.76% -
HSV(B) 248.28º 0.26% 0.87% -
XYZ 43.47 40.6 74.65 -
YUV 173 155.65 127.28 -
System Red Green Blue C M Y K H S L
Decimal 172 164 222 0.23 0.26 0 0.13 248.28 0.47 0.76
Hex AC A4 DE 17 1A 0 D F8 2F 4C
Octal 254 244 336 27 32 0 15 370 57 114
Binary 10101100 10100100 11011110 10111 11010 0 1101 11111000 101111 1001100

Color Harmonies of #ACA4DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACA4DE

Black with #ACA4DE

Text Example


Text Example

White with #ACA4DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACA4DE; }

 p { color: rgb(172,164,222); }

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

background-color css

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

 a { background-color: rgb(172,164,222); }

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

border-color css

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

 span { border-color: rgb(172,164,222); }

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