Html Css Color HEX #A89EDC Wistful

📋 copy color: '#A89EDC'

red 168 ◦ green 158 ◦ blue 220

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

Shades of Wistful #A89EDC

Tints of Wistful #A89EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 40.29%

R = 30.77%
G = 28.94%
B = 40.29%

CMYK

 C value IS 0.24

 M value IS 0.28

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A89EDC (or 0xA89EDC) is known color: Wistful. HEX triplet: A8, 9E and DC. RGB value is (168,158,220). Sum of RGB (Red+Green+Blue) = 168+158+220=546 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.77% from 546); Green value is 158 (62.11% from 255 or 28.94% from 546); Blue value is 220 (86.33% from 255 or 40.29% from 546); Max value from RGB is 220 - color contains mainly: blue. Hex color #A89EDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A89EDC is #576123. Grayscale: #A7A7A7. Windows color (decimal): -5726500 or 14458536. OLE color: 14458536.

HSL color Cylindrical-coordinate representation of color #A89EDC: hue angle of 249.68º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A89EDC is Cyan = 0.24, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 168 158 220 -
CMYK 0.24 0.28 0 0.14
HSL 249.68º 0.47% 0.74% -
HSV(B) 249.68º 0.28% 0.86% -
XYZ 41.29 37.95 72.86 -
YUV 168.06 157.31 127.96 -
System Red Green Blue C M Y K H S L
Decimal 168 158 220 0.24 0.28 0 0.14 249.68 0.47 0.74
Hex A8 9E DC 18 1C 0 E FA 2F 4A
Octal 250 236 334 30 34 0 16 372 57 112
Binary 10101000 10011110 11011100 11000 11100 0 1110 11111010 101111 1001010

Color Harmonies of #A89EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A89EDC

Black with #A89EDC

Text Example


Text Example

White with #A89EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A89EDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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