Html Css Color HEX #A89ED2 Wistful

📋 copy color: '#A89ED2'

red 168 ◦ green 158 ◦ blue 210

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

Shades of Wistful #A89ED2

Tints of Wistful #A89ED2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 39.18%

R = 31.34%
G = 29.48%
B = 39.18%

CMYK

 C value IS 0.2

 M value IS 0.25

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A89ED2 (or 0xA89ED2) is known color: Wistful. HEX triplet: A8, 9E and D2. RGB value is (168,158,210). Sum of RGB (Red+Green+Blue) = 168+158+210=536 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.34% from 536); Green value is 158 (62.11% from 255 or 29.48% from 536); Blue value is 210 (82.42% from 255 or 39.18% from 536); Max value from RGB is 210 - color contains mainly: blue. Hex color #A89ED2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A89ED2 is #57612D. Grayscale: #A6A6A6. Windows color (decimal): -5726510 or 13803176. OLE color: 13803176.

HSL color Cylindrical-coordinate representation of color #A89ED2: hue angle of 251.54º degrees, saturation: 0.37, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A89ED2 is Cyan = 0.2, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 168 158 210 -
CMYK 0.2 0.25 0 0.18
HSL 251.54º 0.37% 0.72% -
HSV(B) 251.54º 0.25% 0.82% -
XYZ 40.01 37.43 66.09 -
YUV 166.92 152.31 128.77 -
System Red Green Blue C M Y K H S L
Decimal 168 158 210 0.2 0.25 0 0.18 251.54 0.37 0.72
Hex A8 9E D2 14 19 0 12 FC 25 48
Octal 250 236 322 24 31 0 22 374 45 110
Binary 10101000 10011110 11010010 10100 11001 0 10010 11111100 100101 1001000

Color Harmonies of #A89ED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A89ED2

Black with #A89ED2

Text Example


Text Example

White with #A89ED2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A89ED2; }

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

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

background-color css

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

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

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

border-color css

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

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

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