Html Css Color HEX #ACA6EA Wistful

📋 copy color: '#ACA6EA'

red 172 ◦ green 166 ◦ blue 234

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

Shades of Wistful #ACA6EA

Tints of Wistful #ACA6EA

RGB

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

 GREEN value IS 166 (65.23% from 255) = 29.02%

 BLUE value IS 234 (91.8% from 255) = 40.91%

R = 30.07%
G = 29.02%
B = 40.91%

CMYK

 C value IS 0.26

 M value IS 0.29

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#ACA6EA (or 0xACA6EA) is known color: Wistful. HEX triplet: AC, A6 and EA. RGB value is (172,166,234). Sum of RGB (Red+Green+Blue) = 172+166+234=572 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.07% from 572); Green value is 166 (65.23% from 255 or 29.02% from 572); Blue value is 234 (91.80% from 255 or 40.91% from 572); Max value from RGB is 234 - color contains mainly: blue. Hex color #ACA6EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ACA6EA is #535915. Grayscale: #AFAFAF. Windows color (decimal): -5462294 or 15378092. OLE color: 15378092.

HSL color Cylindrical-coordinate representation of color #ACA6EA: hue angle of 245.29º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ACA6EA is Cyan = 0.26, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 172 166 234 -
CMYK 0.26 0.29 0 0.08
HSL 245.29º 0.62% 0.78% -
HSV(B) 245.29º 0.29% 0.92% -
XYZ 45.5 41.98 83.55 -
YUV 175.55 160.99 125.47 -
System Red Green Blue C M Y K H S L
Decimal 172 166 234 0.26 0.29 0 0.08 245.29 0.62 0.78
Hex AC A6 EA 1A 1D 0 8 F5 3E 4E
Octal 254 246 352 32 35 0 10 365 76 116
Binary 10101100 10100110 11101010 11010 11101 0 1000 11110101 111110 1001110

Color Harmonies of #ACA6EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACA6EA

Black with #ACA6EA

Text Example


Text Example

White with #ACA6EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACA6EA; }

 p { color: rgb(172,166,234); }

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

background-color css

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

 a { background-color: rgb(172,166,234); }

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

border-color css

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

 span { border-color: rgb(172,166,234); }

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