Html Css Color HEX #A09EDC Wistful

📋 copy color: '#A09EDC'

red 160 ◦ green 158 ◦ blue 220

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

Shades of Wistful #A09EDC

Tints of Wistful #A09EDC

RGB

 RED value IS 160 (62.89% from 255) = 29.74%

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

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

R = 29.74%
G = 29.37%
B = 40.89%

CMYK

 C value IS 0.27

 M value IS 0.28

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A09EDC (or 0xA09EDC) is known color: Wistful. HEX triplet: A0, 9E and DC. RGB value is (160,158,220). Sum of RGB (Red+Green+Blue) = 160+158+220=538 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.74% from 538); Green value is 158 (62.11% from 255 or 29.37% from 538); Blue value is 220 (86.33% from 255 or 40.89% from 538); Max value from RGB is 220 - color contains mainly: blue. Hex color #A09EDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A09EDC is #5F6123. Grayscale: #A5A5A5. Windows color (decimal): -6250788 or 14458528. OLE color: 14458528.

HSL color Cylindrical-coordinate representation of color #A09EDC: hue angle of 241.94º 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 #A09EDC is Cyan = 0.27, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 160 158 220 -
CMYK 0.27 0.28 0 0.14
HSL 241.94º 0.47% 0.74% -
HSV(B) 241.94º 0.28% 0.86% -
XYZ 39.64 37.09 72.78 -
YUV 165.67 158.66 123.96 -
System Red Green Blue C M Y K H S L
Decimal 160 158 220 0.27 0.28 0 0.14 241.94 0.47 0.74
Hex A0 9E DC 1B 1C 0 E F2 2F 4A
Octal 240 236 334 33 34 0 16 362 57 112
Binary 10100000 10011110 11011100 11011 11100 0 1110 11110010 101111 1001010

Color Harmonies of #A09EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09EDC

Black with #A09EDC

Text Example


Text Example

White with #A09EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09EDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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