Html Css Color HEX #ACA2D2 Wistful

📋 copy color: '#ACA2D2'

red 172 ◦ green 162 ◦ blue 210

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

Shades of Wistful #ACA2D2

Tints of Wistful #ACA2D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 38.6%

R = 31.62%
G = 29.78%
B = 38.6%

CMYK

 C value IS 0.18

 M value IS 0.23

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#ACA2D2 (or 0xACA2D2) is known color: Wistful. HEX triplet: AC, A2 and D2. RGB value is (172,162,210). Sum of RGB (Red+Green+Blue) = 172+162+210=544 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.62% from 544); Green value is 162 (63.67% from 255 or 29.78% from 544); Blue value is 210 (82.42% from 255 or 38.60% from 544); Max value from RGB is 210 - color contains mainly: blue. Hex color #ACA2D2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACA2D2 is #535D2D. Grayscale: #AAAAAA. Windows color (decimal): -5463342 or 13804204. OLE color: 13804204.

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

Color convert

RGB 172 162 210 -
CMYK 0.18 0.23 0 0.18
HSL 252.5º 0.35% 0.73% -
HSV(B) 252.5º 0.23% 0.82% -
XYZ 41.57 39.26 66.36 -
YUV 170.46 150.31 129.1 -
System Red Green Blue C M Y K H S L
Decimal 172 162 210 0.18 0.23 0 0.18 252.5 0.35 0.73
Hex AC A2 D2 12 17 0 12 FD 23 49
Octal 254 242 322 22 27 0 22 375 43 111
Binary 10101100 10100010 11010010 10010 10111 0 10010 11111101 100011 1001001

Color Harmonies of #ACA2D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACA2D2

Black with #ACA2D2

Text Example


Text Example

White with #ACA2D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACA2D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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