Html Css Color HEX #A8A0BE Wistful

📋 copy color: '#A8A0BE'

red 168 ◦ green 160 ◦ blue 190

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

Shades of Wistful #A8A0BE

Tints of Wistful #A8A0BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 36.68%

R = 32.43%
G = 30.89%
B = 36.68%

CMYK

 C value IS 0.12

 M value IS 0.16

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A8A0BE (or 0xA8A0BE) is known color: Wistful. HEX triplet: A8, A0 and BE. RGB value is (168,160,190). Sum of RGB (Red+Green+Blue) = 168+160+190=518 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.43% from 518); Green value is 160 (62.89% from 255 or 30.89% from 518); Blue value is 190 (74.61% from 255 or 36.68% from 518); Max value from RGB is 190 - color contains mainly: blue. Hex color #A8A0BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A8A0BE is #575F41. Grayscale: #A5A5A5. Windows color (decimal): -5726018 or 12492968. OLE color: 12492968.

HSL color Cylindrical-coordinate representation of color #A8A0BE: hue angle of 256º degrees, saturation: 0.19, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A8A0BE is Cyan = 0.12, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 168 160 190 -
CMYK 0.12 0.16 0 0.25
HSL 256º 0.19% 0.69% -
HSV(B) 256º 0.16% 0.75% -
XYZ 38.01 37.18 53.89 -
YUV 165.81 141.65 129.56 -
System Red Green Blue C M Y K H S L
Decimal 168 160 190 0.12 0.16 0 0.25 256 0.19 0.69
Hex A8 A0 BE C 10 0 19 100 13 45
Octal 250 240 276 14 20 0 31 400 23 105
Binary 10101000 10100000 10111110 1100 10000 0 11001 100000000 10011 1000101

Color Harmonies of #A8A0BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8A0BE

Black with #A8A0BE

Text Example


Text Example

White with #A8A0BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8A0BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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