Html Css Color HEX #A8A0EB Wistful

📋 copy color: '#A8A0EB'

red 168 ◦ green 160 ◦ blue 235

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

Shades of Wistful #A8A0EB

Tints of Wistful #A8A0EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 41.74%

R = 29.84%
G = 28.42%
B = 41.74%

CMYK

 C value IS 0.29

 M value IS 0.32

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A8A0EB (or 0xA8A0EB) is known color: Wistful. HEX triplet: A8, A0 and EB. RGB value is (168,160,235). Sum of RGB (Red+Green+Blue) = 168+160+235=563 (74% of max value = 765). Red value is 168 (66.02% from 255 or 29.84% from 563); Green value is 160 (62.89% from 255 or 28.42% from 563); Blue value is 235 (92.19% from 255 or 41.74% from 563); Max value from RGB is 235 - color contains mainly: blue. Hex color #A8A0EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A8A0EB is #575F14. Grayscale: #AAAAAA. Windows color (decimal): -5725973 or 15442088. OLE color: 15442088.

HSL color Cylindrical-coordinate representation of color #A8A0EB: hue angle of 246.4º degrees, saturation: 0.65, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A8A0EB is Cyan = 0.29, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 168 160 235 -
CMYK 0.29 0.32 0 0.08
HSL 246.4º 0.65% 0.77% -
HSV(B) 246.4º 0.32% 0.92% -
XYZ 43.71 39.46 83.91 -
YUV 170.94 164.15 125.9 -
System Red Green Blue C M Y K H S L
Decimal 168 160 235 0.29 0.32 0 0.08 246.4 0.65 0.77
Hex A8 A0 EB 1D 20 0 8 F6 41 4D
Octal 250 240 353 35 40 0 10 366 101 115
Binary 10101000 10100000 11101011 11101 100000 0 1000 11110110 1000001 1001101

Color Harmonies of #A8A0EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8A0EB

Black with #A8A0EB

Text Example


Text Example

White with #A8A0EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8A0EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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