Html Css Color HEX #ACA7DE Wistful

📋 copy color: '#ACA7DE'

red 172 ◦ green 167 ◦ blue 222

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

Shades of Wistful #ACA7DE

Tints of Wistful #ACA7DE

RGB

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

 GREEN value IS 167 (65.63% from 255) = 29.77%

 BLUE value IS 222 (87.11% from 255) = 39.57%

R = 30.66%
G = 29.77%
B = 39.57%

CMYK

 C value IS 0.23

 M value IS 0.25

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#ACA7DE (or 0xACA7DE) is known color: Wistful. HEX triplet: AC, A7 and DE. RGB value is (172,167,222). Sum of RGB (Red+Green+Blue) = 172+167+222=561 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.66% from 561); Green value is 167 (65.62% from 255 or 29.77% from 561); Blue value is 222 (87.11% from 255 or 39.57% from 561); Max value from RGB is 222 - color contains mainly: blue. Hex color #ACA7DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACA7DE is #535821. Grayscale: #AEAEAE. Windows color (decimal): -5462050 or 14591916. OLE color: 14591916.

HSL color Cylindrical-coordinate representation of color #ACA7DE: hue angle of 245.45º degrees, saturation: 0.45, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ACA7DE is Cyan = 0.23, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 172 167 222 -
CMYK 0.23 0.25 0 0.13
HSL 245.45º 0.45% 0.76% -
HSV(B) 245.45º 0.25% 0.87% -
XYZ 44.02 41.68 74.83 -
YUV 174.77 154.66 126.03 -
System Red Green Blue C M Y K H S L
Decimal 172 167 222 0.23 0.25 0 0.13 245.45 0.45 0.76
Hex AC A7 DE 17 19 0 D F5 2D 4C
Octal 254 247 336 27 31 0 15 365 55 114
Binary 10101100 10100111 11011110 10111 11001 0 1101 11110101 101101 1001100

Color Harmonies of #ACA7DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACA7DE

Black with #ACA7DE

Text Example


Text Example

White with #ACA7DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACA7DE; }

 p { color: rgb(172,167,222); }

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

background-color css

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

 a { background-color: rgb(172,167,222); }

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

border-color css

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

 span { border-color: rgb(172,167,222); }

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