Html Css Color HEX #A09ECF Wistful

📋 copy color: '#A09ECF'

red 160 ◦ green 158 ◦ blue 207

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

Shades of Wistful #A09ECF

Tints of Wistful #A09ECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 39.43%

R = 30.48%
G = 30.1%
B = 39.43%

CMYK

 C value IS 0.23

 M value IS 0.24

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A09ECF (or 0xA09ECF) is known color: Wistful. HEX triplet: A0, 9E and CF. RGB value is (160,158,207). Sum of RGB (Red+Green+Blue) = 160+158+207=525 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.48% from 525); Green value is 158 (62.11% from 255 or 30.10% from 525); Blue value is 207 (81.25% from 255 or 39.43% from 525); Max value from RGB is 207 - color contains mainly: blue. Hex color #A09ECF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A09ECF is #5F6130. Grayscale: #A3A3A3. Windows color (decimal): -6250801 or 13606560. OLE color: 13606560.

HSL color Cylindrical-coordinate representation of color #A09ECF: hue angle of 242.45º degrees, saturation: 0.34, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A09ECF is Cyan = 0.23, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 160 158 207 -
CMYK 0.23 0.24 0 0.19
HSL 242.45º 0.34% 0.72% -
HSV(B) 242.45º 0.24% 0.81% -
XYZ 37.99 36.43 64.06 -
YUV 164.18 152.16 125.02 -
System Red Green Blue C M Y K H S L
Decimal 160 158 207 0.23 0.24 0 0.19 242.45 0.34 0.72
Hex A0 9E CF 17 18 0 13 F2 22 48
Octal 240 236 317 27 30 0 23 362 42 110
Binary 10100000 10011110 11001111 10111 11000 0 10011 11110010 100010 1001000

Color Harmonies of #A09ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09ECF

Black with #A09ECF

Text Example


Text Example

White with #A09ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09ECF; }

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

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

background-color css

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

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

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

border-color css

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

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

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