Html Css Color HEX #A8A0E5 Wistful

📋 copy color: '#A8A0E5'

red 168 ◦ green 160 ◦ blue 229

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

Shades of Wistful #A8A0E5

Tints of Wistful #A8A0E5

RGB

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

 GREEN value IS 160 (62.89% from 255) = 28.73%

 BLUE value IS 229 (89.84% from 255) = 41.11%

R = 30.16%
G = 28.73%
B = 41.11%

CMYK

 C value IS 0.27

 M value IS 0.30

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#A8A0E5 (or 0xA8A0E5) is known color: Wistful. HEX triplet: A8, A0 and E5. RGB value is (168,160,229). Sum of RGB (Red+Green+Blue) = 168+160+229=557 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.16% from 557); Green value is 160 (62.89% from 255 or 28.73% from 557); Blue value is 229 (89.84% from 255 or 41.11% from 557); Max value from RGB is 229 - color contains mainly: blue. Hex color #A8A0E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A8A0E5 is #575F1A. Grayscale: #A9A9A9. Windows color (decimal): -5725979 or 15048872. OLE color: 15048872.

HSL color Cylindrical-coordinate representation of color #A8A0E5: hue angle of 246.96º degrees, saturation: 0.57, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A8A0E5 is Cyan = 0.27, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 168 160 229 -
CMYK 0.27 0.30 0 0.10
HSL 246.96º 0.57% 0.76% -
HSV(B) 246.96º 0.3% 0.9% -
XYZ 42.86 39.12 79.42 -
YUV 170.26 161.15 126.39 -
System Red Green Blue C M Y K H S L
Decimal 168 160 229 0.27 0.30 0 0.10 246.96 0.57 0.76
Hex A8 A0 E5 1B 1E 0 A F7 39 4C
Octal 250 240 345 33 36 0 12 367 71 114
Binary 10101000 10100000 11100101 11011 11110 0 1010 11110111 111001 1001100

Color Harmonies of #A8A0E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8A0E5

Black with #A8A0E5

Text Example


Text Example

White with #A8A0E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8A0E5; }

 p { color: rgb(168,160,229); }

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

background-color css

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

 a { background-color: rgb(168,160,229); }

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

border-color css

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

 span { border-color: rgb(168,160,229); }

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