Html Css Color HEX #ACA8E6 Wistful

📋 copy color: '#ACA8E6'

red 172 ◦ green 168 ◦ blue 230

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

Shades of Wistful #ACA8E6

Tints of Wistful #ACA8E6

RGB

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

 GREEN value IS 168 (66.02% from 255) = 29.47%

 BLUE value IS 230 (90.23% from 255) = 40.35%

R = 30.18%
G = 29.47%
B = 40.35%

CMYK

 C value IS 0.25

 M value IS 0.27

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#ACA8E6 (or 0xACA8E6) is known color: Wistful. HEX triplet: AC, A8 and E6. RGB value is (172,168,230). Sum of RGB (Red+Green+Blue) = 172+168+230=570 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.18% from 570); Green value is 168 (66.02% from 255 or 29.47% from 570); Blue value is 230 (90.23% from 255 or 40.35% from 570); Max value from RGB is 230 - color contains mainly: blue. Hex color #ACA8E6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ACA8E6 is #535719. Grayscale: #B0B0B0. Windows color (decimal): -5461786 or 15116460. OLE color: 15116460.

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

Color convert

RGB 172 168 230 -
CMYK 0.25 0.27 0 0.10
HSL 243.87º 0.55% 0.78% -
HSV(B) 243.87º 0.27% 0.9% -
XYZ 45.3 42.49 80.68 -
YUV 176.26 158.33 124.96 -
System Red Green Blue C M Y K H S L
Decimal 172 168 230 0.25 0.27 0 0.10 243.87 0.55 0.78
Hex AC A8 E6 19 1B 0 A F4 37 4E
Octal 254 250 346 31 33 0 12 364 67 116
Binary 10101100 10101000 11100110 11001 11011 0 1010 11110100 110111 1001110

Color Harmonies of #ACA8E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACA8E6

Black with #ACA8E6

Text Example


Text Example

White with #ACA8E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACA8E6; }

 p { color: rgb(172,168,230); }

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

background-color css

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

 a { background-color: rgb(172,168,230); }

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

border-color css

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

 span { border-color: rgb(172,168,230); }

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