Html Css Color HEX #A4A8DC Wistful

📋 copy color: '#A4A8DC'

red 164 ◦ green 168 ◦ blue 220

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

Shades of Wistful #A4A8DC

Tints of Wistful #A4A8DC

RGB

 RED value IS 164 (64.45% from 255) = 29.71%

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

 BLUE value IS 220 (86.33% from 255) = 39.86%

R = 29.71%
G = 30.43%
B = 39.86%

CMYK

 C value IS 0.25

 M value IS 0.24

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A4A8DC (or 0xA4A8DC) is known color: Wistful. HEX triplet: A4, A8 and DC. RGB value is (164,168,220). Sum of RGB (Red+Green+Blue) = 164+168+220=552 (73% of max value = 765). Red value is 164 (64.45% from 255 or 29.71% from 552); Green value is 168 (66.02% from 255 or 30.43% from 552); Blue value is 220 (86.33% from 255 or 39.86% from 552); Max value from RGB is 220 - color contains mainly: blue. Hex color #A4A8DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A4A8DC is #5B5723. Grayscale: #ACACAC. Windows color (decimal): -5986084 or 14461092. OLE color: 14461092.

HSL color Cylindrical-coordinate representation of color #A4A8DC: hue angle of 235.71º degrees, saturation: 0.44, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A4A8DC is Cyan = 0.25, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 164 168 220 -
CMYK 0.25 0.24 0 0.14
HSL 235.71º 0.44% 0.75% -
HSV(B) 235.71º 0.25% 0.86% -
XYZ 42.23 41.07 73.41 -
YUV 172.73 154.67 121.77 -
System Red Green Blue C M Y K H S L
Decimal 164 168 220 0.25 0.24 0 0.14 235.71 0.44 0.75
Hex A4 A8 DC 19 18 0 E EC 2C 4B
Octal 244 250 334 31 30 0 16 354 54 113
Binary 10100100 10101000 11011100 11001 11000 0 1110 11101100 101100 1001011

Color Harmonies of #A4A8DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4A8DC

Black with #A4A8DC

Text Example


Text Example

White with #A4A8DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4A8DC; }

 p { color: rgb(164,168,220); }

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

background-color css

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

 a { background-color: rgb(164,168,220); }

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

border-color css

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

 span { border-color: rgb(164,168,220); }

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