Html Css Color HEX #ACA2D0 Wistful

📋 copy color: '#ACA2D0'

red 172 ◦ green 162 ◦ blue 208

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

Shades of Wistful #ACA2D0

Tints of Wistful #ACA2D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 38.38%

R = 31.73%
G = 29.89%
B = 38.38%

CMYK

 C value IS 0.17

 M value IS 0.22

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#ACA2D0 (or 0xACA2D0) is known color: Wistful. HEX triplet: AC, A2 and D0. RGB value is (172,162,208). Sum of RGB (Red+Green+Blue) = 172+162+208=542 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.73% from 542); Green value is 162 (63.67% from 255 or 29.89% from 542); Blue value is 208 (81.64% from 255 or 38.38% from 542); Max value from RGB is 208 - color contains mainly: blue. Hex color #ACA2D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACA2D0 is #535D2F. Grayscale: #AAAAAA. Windows color (decimal): -5463344 or 13673132. OLE color: 13673132.

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

Color convert

RGB 172 162 208 -
CMYK 0.17 0.22 0 0.18
HSL 253.04º 0.33% 0.73% -
HSV(B) 253.04º 0.22% 0.82% -
XYZ 41.32 39.17 65.06 -
YUV 170.23 149.31 129.26 -
System Red Green Blue C M Y K H S L
Decimal 172 162 208 0.17 0.22 0 0.18 253.04 0.33 0.73
Hex AC A2 D0 11 16 0 12 FD 21 49
Octal 254 242 320 21 26 0 22 375 41 111
Binary 10101100 10100010 11010000 10001 10110 0 10010 11111101 100001 1001001

Color Harmonies of #ACA2D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACA2D0

Black with #ACA2D0

Text Example


Text Example

White with #ACA2D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACA2D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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