Html Css Color HEX #A093E2 Wistful

📋 copy color: '#A093E2'

red 160 ◦ green 147 ◦ blue 226

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

Shades of Wistful #A093E2

Tints of Wistful #A093E2

RGB

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

 GREEN value IS 147 (57.81% from 255) = 27.58%

 BLUE value IS 226 (88.67% from 255) = 42.4%

R = 30.02%
G = 27.58%
B = 42.4%

CMYK

 C value IS 0.29

 M value IS 0.35

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#A093E2 (or 0xA093E2) is known color: Wistful. HEX triplet: A0, 93 and E2. RGB value is (160,147,226). Sum of RGB (Red+Green+Blue) = 160+147+226=533 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.02% from 533); Green value is 147 (57.81% from 255 or 27.58% from 533); Blue value is 226 (88.67% from 255 or 42.40% from 533); Max value from RGB is 226 - color contains mainly: blue. Hex color #A093E2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A093E2 is #5F6C1D. Grayscale: #9F9F9F. Windows color (decimal): -6253598 or 14848928. OLE color: 14848928.

HSL color Cylindrical-coordinate representation of color #A093E2: hue angle of 249.87º degrees, saturation: 0.58, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A093E2 is Cyan = 0.29, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 160 147 226 -
CMYK 0.29 0.35 0 0.11
HSL 249.87º 0.58% 0.73% -
HSV(B) 249.87º 0.35% 0.89% -
XYZ 38.66 33.83 76.44 -
YUV 159.89 165.31 128.08 -
System Red Green Blue C M Y K H S L
Decimal 160 147 226 0.29 0.35 0 0.11 249.87 0.58 0.73
Hex A0 93 E2 1D 23 0 B FA 3A 49
Octal 240 223 342 35 43 0 13 372 72 111
Binary 10100000 10010011 11100010 11101 100011 0 1011 11111010 111010 1001001

Color Harmonies of #A093E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A093E2

Black with #A093E2

Text Example


Text Example

White with #A093E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A093E2; }

 p { color: rgb(160,147,226); }

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

background-color css

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

 a { background-color: rgb(160,147,226); }

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

border-color css

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

 span { border-color: rgb(160,147,226); }

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