Html Css Color HEX #ACA5E5 Wistful

📋 copy color: '#ACA5E5'

red 172 ◦ green 165 ◦ blue 229

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

Shades of Wistful #ACA5E5

Tints of Wistful #ACA5E5

RGB

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

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

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

R = 30.39%
G = 29.15%
B = 40.46%

CMYK

 C value IS 0.25

 M value IS 0.28

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#ACA5E5 (or 0xACA5E5) is known color: Wistful. HEX triplet: AC, A5 and E5. RGB value is (172,165,229). Sum of RGB (Red+Green+Blue) = 172+165+229=566 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.39% from 566); Green value is 165 (64.84% from 255 or 29.15% from 566); Blue value is 229 (89.84% from 255 or 40.46% from 566); Max value from RGB is 229 - color contains mainly: blue. Hex color #ACA5E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACA5E5 is #535A1A. Grayscale: #AEAEAE. Windows color (decimal): -5462555 or 15050156. OLE color: 15050156.

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

Color convert

RGB 172 165 229 -
CMYK 0.25 0.28 0 0.10
HSL 246.56º 0.55% 0.77% -
HSV(B) 246.56º 0.28% 0.9% -
XYZ 44.61 41.34 79.76 -
YUV 174.39 158.82 126.3 -
System Red Green Blue C M Y K H S L
Decimal 172 165 229 0.25 0.28 0 0.10 246.56 0.55 0.77
Hex AC A5 E5 19 1C 0 A F7 37 4D
Octal 254 245 345 31 34 0 12 367 67 115
Binary 10101100 10100101 11100101 11001 11100 0 1010 11110111 110111 1001101

Color Harmonies of #ACA5E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACA5E5

Black with #ACA5E5

Text Example


Text Example

White with #ACA5E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACA5E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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