Html Css Color HEX #ACA2EE Wistful

📋 copy color: '#ACA2EE'

red 172 ◦ green 162 ◦ blue 238

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

Shades of Wistful #ACA2EE

Tints of Wistful #ACA2EE

RGB

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

 GREEN value IS 162 (63.67% from 255) = 28.32%

 BLUE value IS 238 (93.36% from 255) = 41.61%

R = 30.07%
G = 28.32%
B = 41.61%

CMYK

 C value IS 0.28

 M value IS 0.32

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#ACA2EE (or 0xACA2EE) is known color: Wistful. HEX triplet: AC, A2 and EE. RGB value is (172,162,238). Sum of RGB (Red+Green+Blue) = 172+162+238=572 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.07% from 572); Green value is 162 (63.67% from 255 or 28.32% from 572); Blue value is 238 (93.36% from 255 or 41.61% from 572); Max value from RGB is 238 - color contains mainly: blue. Hex color #ACA2EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ACA2EE is #535D11. Grayscale: #ADADAD. Windows color (decimal): -5463314 or 15639212. OLE color: 15639212.

HSL color Cylindrical-coordinate representation of color #ACA2EE: hue angle of 247.89º degrees, saturation: 0.69, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ACA2EE is Cyan = 0.28, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 172 162 238 -
CMYK 0.28 0.32 0 0.07
HSL 247.89º 0.69% 0.78% -
HSV(B) 247.89º 0.32% 0.93% -
XYZ 45.37 40.78 86.37 -
YUV 173.65 164.31 126.82 -
System Red Green Blue C M Y K H S L
Decimal 172 162 238 0.28 0.32 0 0.07 247.89 0.69 0.78
Hex AC A2 EE 1C 20 0 7 F8 45 4E
Octal 254 242 356 34 40 0 7 370 105 116
Binary 10101100 10100010 11101110 11100 100000 0 111 11111000 1000101 1001110

Color Harmonies of #ACA2EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACA2EE

Black with #ACA2EE

Text Example


Text Example

White with #ACA2EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACA2EE; }

 p { color: rgb(172,162,238); }

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

background-color css

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

 a { background-color: rgb(172,162,238); }

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

border-color css

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

 span { border-color: rgb(172,162,238); }

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