Html Css Color HEX #A8A3DD Wistful

📋 copy color: '#A8A3DD'

red 168 ◦ green 163 ◦ blue 221

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

Shades of Wistful #A8A3DD

Tints of Wistful #A8A3DD

RGB

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

 GREEN value IS 163 (64.06% from 255) = 29.53%

 BLUE value IS 221 (86.72% from 255) = 40.04%

R = 30.43%
G = 29.53%
B = 40.04%

CMYK

 C value IS 0.24

 M value IS 0.26

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A8A3DD (or 0xA8A3DD) is known color: Wistful. HEX triplet: A8, A3 and DD. RGB value is (168,163,221). Sum of RGB (Red+Green+Blue) = 168+163+221=552 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.43% from 552); Green value is 163 (64.06% from 255 or 29.53% from 552); Blue value is 221 (86.72% from 255 or 40.04% from 552); Max value from RGB is 221 - color contains mainly: blue. Hex color #A8A3DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A8A3DD is #575C22. Grayscale: #AAAAAA. Windows color (decimal): -5725219 or 14525352. OLE color: 14525352.

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

Color convert

RGB 168 163 221 -
CMYK 0.24 0.26 0 0.13
HSL 245.17º 0.46% 0.75% -
HSV(B) 245.17º 0.26% 0.87% -
XYZ 42.3 39.74 73.85 -
YUV 171.11 156.16 125.78 -
System Red Green Blue C M Y K H S L
Decimal 168 163 221 0.24 0.26 0 0.13 245.17 0.46 0.75
Hex A8 A3 DD 18 1A 0 D F5 2E 4B
Octal 250 243 335 30 32 0 15 365 56 113
Binary 10101000 10100011 11011101 11000 11010 0 1101 11110101 101110 1001011

Color Harmonies of #A8A3DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8A3DD

Black with #A8A3DD

Text Example


Text Example

White with #A8A3DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8A3DD; }

 p { color: rgb(168,163,221); }

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

background-color css

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

 a { background-color: rgb(168,163,221); }

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

border-color css

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

 span { border-color: rgb(168,163,221); }

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