Html Css Color HEX #ACA3E5 Wistful

📋 copy color: '#ACA3E5'

red 172 ◦ green 163 ◦ blue 229

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

Shades of Wistful #ACA3E5

Tints of Wistful #ACA3E5

RGB

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

 GREEN value IS 163 (64.06% from 255) = 28.9%

 BLUE value IS 229 (89.84% from 255) = 40.6%

R = 30.5%
G = 28.9%
B = 40.6%

CMYK

 C value IS 0.25

 M value IS 0.29

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#ACA3E5 (or 0xACA3E5) is known color: Wistful. HEX triplet: AC, A3 and E5. RGB value is (172,163,229). Sum of RGB (Red+Green+Blue) = 172+163+229=564 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.50% from 564); Green value is 163 (64.06% from 255 or 28.90% from 564); Blue value is 229 (89.84% from 255 or 40.60% from 564); Max value from RGB is 229 - color contains mainly: blue. Hex color #ACA3E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACA3E5 is #535C1A. Grayscale: #ACACAC. Windows color (decimal): -5463067 or 15049644. OLE color: 15049644.

HSL color Cylindrical-coordinate representation of color #ACA3E5: hue angle of 248.18º degrees, saturation: 0.56, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ACA3E5 is Cyan = 0.25, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 172 163 229 -
CMYK 0.25 0.29 0 0.10
HSL 248.18º 0.56% 0.77% -
HSV(B) 248.18º 0.29% 0.9% -
XYZ 44.25 40.62 79.64 -
YUV 173.22 159.48 127.13 -
System Red Green Blue C M Y K H S L
Decimal 172 163 229 0.25 0.29 0 0.10 248.18 0.56 0.77
Hex AC A3 E5 19 1D 0 A F8 38 4D
Octal 254 243 345 31 35 0 12 370 70 115
Binary 10101100 10100011 11100101 11001 11101 0 1010 11111000 111000 1001101

Color Harmonies of #ACA3E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACA3E5

Black with #ACA3E5

Text Example


Text Example

White with #ACA3E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACA3E5; }

 p { color: rgb(172,163,229); }

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

background-color css

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

 a { background-color: rgb(172,163,229); }

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

border-color css

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

 span { border-color: rgb(172,163,229); }

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