Html Css Color HEX #A89EDD Wistful

📋 copy color: '#A89EDD'

red 168 ◦ green 158 ◦ blue 221

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

Shades of Wistful #A89EDD

Tints of Wistful #A89EDD

RGB

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

 GREEN value IS 158 (62.11% from 255) = 28.88%

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

R = 30.71%
G = 28.88%
B = 40.4%

CMYK

 C value IS 0.24

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A89EDD (or 0xA89EDD) is known color: Wistful. HEX triplet: A8, 9E and DD. RGB value is (168,158,221). Sum of RGB (Red+Green+Blue) = 168+158+221=547 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.71% from 547); Green value is 158 (62.11% from 255 or 28.88% from 547); Blue value is 221 (86.72% from 255 or 40.40% from 547); Max value from RGB is 221 - color contains mainly: blue. Hex color #A89EDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A89EDD is #576122. Grayscale: #A7A7A7. Windows color (decimal): -5726499 or 14524072. OLE color: 14524072.

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

Color convert

RGB 168 158 221 -
CMYK 0.24 0.29 0 0.13
HSL 249.52º 0.48% 0.74% -
HSV(B) 249.52º 0.29% 0.87% -
XYZ 41.43 38 73.56 -
YUV 168.17 157.81 127.88 -
System Red Green Blue C M Y K H S L
Decimal 168 158 221 0.24 0.29 0 0.13 249.52 0.48 0.74
Hex A8 9E DD 18 1D 0 D FA 30 4A
Octal 250 236 335 30 35 0 15 372 60 112
Binary 10101000 10011110 11011101 11000 11101 0 1101 11111010 110000 1001010

Color Harmonies of #A89EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A89EDD

Black with #A89EDD

Text Example


Text Example

White with #A89EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A89EDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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