Html Css Color HEX #ACA1EA Wistful

📋 copy color: '#ACA1EA'

red 172 ◦ green 161 ◦ blue 234

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

Shades of Wistful #ACA1EA

Tints of Wistful #ACA1EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 41.27%

R = 30.34%
G = 28.4%
B = 41.27%

CMYK

 C value IS 0.26

 M value IS 0.31

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#ACA1EA (or 0xACA1EA) is known color: Wistful. HEX triplet: AC, A1 and EA. RGB value is (172,161,234). Sum of RGB (Red+Green+Blue) = 172+161+234=567 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.34% from 567); Green value is 161 (63.28% from 255 or 28.40% from 567); Blue value is 234 (91.80% from 255 or 41.27% from 567); Max value from RGB is 234 - color contains mainly: blue. Hex color #ACA1EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ACA1EA is #535E15. Grayscale: #ACACAC. Windows color (decimal): -5463574 or 15376812. OLE color: 15376812.

HSL color Cylindrical-coordinate representation of color #ACA1EA: hue angle of 249.04º degrees, saturation: 0.63, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ACA1EA is Cyan = 0.26, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 172 161 234 -
CMYK 0.26 0.31 0 0.08
HSL 249.04º 0.63% 0.77% -
HSV(B) 249.04º 0.31% 0.92% -
XYZ 44.61 40.2 83.25 -
YUV 172.61 162.64 127.56 -
System Red Green Blue C M Y K H S L
Decimal 172 161 234 0.26 0.31 0 0.08 249.04 0.63 0.77
Hex AC A1 EA 1A 1F 0 8 F9 3F 4D
Octal 254 241 352 32 37 0 10 371 77 115
Binary 10101100 10100001 11101010 11010 11111 0 1000 11111001 111111 1001101

Color Harmonies of #ACA1EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACA1EA

Black with #ACA1EA

Text Example


Text Example

White with #ACA1EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACA1EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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