Html Css Color HEX #ACA5E2 Wistful

📋 copy color: '#ACA5E2'

red 172 ◦ green 165 ◦ blue 226

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

Shades of Wistful #ACA5E2

Tints of Wistful #ACA5E2

RGB

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

 GREEN value IS 165 (64.84% from 255) = 29.31%

 BLUE value IS 226 (88.67% from 255) = 40.14%

R = 30.55%
G = 29.31%
B = 40.14%

CMYK

 C value IS 0.24

 M value IS 0.27

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#ACA5E2 (or 0xACA5E2) is known color: Wistful. HEX triplet: AC, A5 and E2. RGB value is (172,165,226). Sum of RGB (Red+Green+Blue) = 172+165+226=563 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.55% from 563); Green value is 165 (64.84% from 255 or 29.31% from 563); Blue value is 226 (88.67% from 255 or 40.14% from 563); Max value from RGB is 226 - color contains mainly: blue. Hex color #ACA5E2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACA5E2 is #535A1D. Grayscale: #ADADAD. Windows color (decimal): -5462558 or 14853548. OLE color: 14853548.

HSL color Cylindrical-coordinate representation of color #ACA5E2: hue angle of 246.89º degrees, saturation: 0.51, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ACA5E2 is Cyan = 0.24, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 172 165 226 -
CMYK 0.24 0.27 0 0.11
HSL 246.89º 0.51% 0.77% -
HSV(B) 246.89º 0.27% 0.89% -
XYZ 44.2 41.17 77.57 -
YUV 174.05 157.32 126.54 -
System Red Green Blue C M Y K H S L
Decimal 172 165 226 0.24 0.27 0 0.11 246.89 0.51 0.77
Hex AC A5 E2 18 1B 0 B F7 33 4D
Octal 254 245 342 30 33 0 13 367 63 115
Binary 10101100 10100101 11100010 11000 11011 0 1011 11110111 110011 1001101

Color Harmonies of #ACA5E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACA5E2

Black with #ACA5E2

Text Example


Text Example

White with #ACA5E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACA5E2; }

 p { color: rgb(172,165,226); }

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

background-color css

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

 a { background-color: rgb(172,165,226); }

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

border-color css

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

 span { border-color: rgb(172,165,226); }

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