Html Css Color HEX #ACA1E0 Wistful

📋 copy color: '#ACA1E0'

red 172 ◦ green 161 ◦ blue 224

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

Shades of Wistful #ACA1E0

Tints of Wistful #ACA1E0

RGB

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

 GREEN value IS 161 (63.28% from 255) = 28.9%

 BLUE value IS 224 (87.89% from 255) = 40.22%

R = 30.88%
G = 28.9%
B = 40.22%

CMYK

 C value IS 0.23

 M value IS 0.28

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#ACA1E0 (or 0xACA1E0) is known color: Wistful. HEX triplet: AC, A1 and E0. RGB value is (172,161,224). Sum of RGB (Red+Green+Blue) = 172+161+224=557 (73% of max value = 765). Red value is 172 (67.58% from 255 or 30.88% from 557); Green value is 161 (63.28% from 255 or 28.90% from 557); Blue value is 224 (87.89% from 255 or 40.22% from 557); Max value from RGB is 224 - color contains mainly: blue. Hex color #ACA1E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACA1E0 is #535E1F. Grayscale: #ABABAB. Windows color (decimal): -5463584 or 14721452. OLE color: 14721452.

HSL color Cylindrical-coordinate representation of color #ACA1E0: hue angle of 250.48º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ACA1E0 is Cyan = 0.23, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 172 161 224 -
CMYK 0.23 0.28 0 0.12
HSL 250.48º 0.5% 0.75% -
HSV(B) 250.48º 0.28% 0.88% -
XYZ 43.21 39.64 75.9 -
YUV 171.47 157.64 128.38 -
System Red Green Blue C M Y K H S L
Decimal 172 161 224 0.23 0.28 0 0.12 250.48 0.5 0.75
Hex AC A1 E0 17 1C 0 C FA 32 4B
Octal 254 241 340 27 34 0 14 372 62 113
Binary 10101100 10100001 11100000 10111 11100 0 1100 11111010 110010 1001011

Color Harmonies of #ACA1E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACA1E0

Black with #ACA1E0

Text Example


Text Example

White with #ACA1E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACA1E0; }

 p { color: rgb(172,161,224); }

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

background-color css

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

 a { background-color: rgb(172,161,224); }

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

border-color css

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

 span { border-color: rgb(172,161,224); }

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