Html Css Color HEX #A8A4DF Wistful

📋 copy color: '#A8A4DF'

red 168 ◦ green 164 ◦ blue 223

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

Shades of Wistful #A8A4DF

Tints of Wistful #A8A4DF

RGB

 RED value IS 168 (66.02% from 255) = 30.27%

 GREEN value IS 164 (64.45% from 255) = 29.55%

 BLUE value IS 223 (87.5% from 255) = 40.18%

R = 30.27%
G = 29.55%
B = 40.18%

CMYK

 C value IS 0.25

 M value IS 0.26

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A8A4DF (or 0xA8A4DF) is known color: Wistful. HEX triplet: A8, A4 and DF. RGB value is (168,164,223). Sum of RGB (Red+Green+Blue) = 168+164+223=555 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.27% from 555); Green value is 164 (64.45% from 255 or 29.55% from 555); Blue value is 223 (87.5% from 255 or 40.18% from 555); Max value from RGB is 223 - color contains mainly: blue. Hex color #A8A4DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A8A4DF is #575B20. Grayscale: #ABABAB. Windows color (decimal): -5724961 or 14656680. OLE color: 14656680.

HSL color Cylindrical-coordinate representation of color #A8A4DF: hue angle of 244.07º degrees, saturation: 0.48, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A8A4DF is Cyan = 0.25, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 168 164 223 -
CMYK 0.25 0.26 0 0.13
HSL 244.07º 0.48% 0.76% -
HSV(B) 244.07º 0.26% 0.87% -
XYZ 42.74 40.2 75.32 -
YUV 171.92 156.83 125.2 -
System Red Green Blue C M Y K H S L
Decimal 168 164 223 0.25 0.26 0 0.13 244.07 0.48 0.76
Hex A8 A4 DF 19 1A 0 D F4 30 4C
Octal 250 244 337 31 32 0 15 364 60 114
Binary 10101000 10100100 11011111 11001 11010 0 1101 11110100 110000 1001100

Color Harmonies of #A8A4DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8A4DF

Black with #A8A4DF

Text Example


Text Example

White with #A8A4DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8A4DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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