Html Css Color HEX #A093ED Wistful

📋 copy color: '#A093ED'

red 160 ◦ green 147 ◦ blue 237

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

Shades of Wistful #A093ED

Tints of Wistful #A093ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 43.57%

R = 29.41%
G = 27.02%
B = 43.57%

CMYK

 C value IS 0.32

 M value IS 0.38

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A093ED (or 0xA093ED) is known color: Wistful. HEX triplet: A0, 93 and ED. RGB value is (160,147,237). Sum of RGB (Red+Green+Blue) = 160+147+237=544 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.41% from 544); Green value is 147 (57.81% from 255 or 27.02% from 544); Blue value is 237 (92.97% from 255 or 43.57% from 544); Max value from RGB is 237 - color contains mainly: blue. Hex color #A093ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A093ED is #5F6C12. Grayscale: #A0A0A0. Windows color (decimal): -6253587 or 15569824. OLE color: 15569824.

HSL color Cylindrical-coordinate representation of color #A093ED: hue angle of 248.67º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A093ED is Cyan = 0.32, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 160 147 237 -
CMYK 0.32 0.38 0 0.07
HSL 248.67º 0.71% 0.75% -
HSV(B) 248.67º 0.38% 0.93% -
XYZ 40.22 34.46 84.65 -
YUV 161.15 170.81 127.18 -
System Red Green Blue C M Y K H S L
Decimal 160 147 237 0.32 0.38 0 0.07 248.67 0.71 0.75
Hex A0 93 ED 20 26 0 7 F9 47 4B
Octal 240 223 355 40 46 0 7 371 107 113
Binary 10100000 10010011 11101101 100000 100110 0 111 11111001 1000111 1001011

Color Harmonies of #A093ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A093ED

Black with #A093ED

Text Example


Text Example

White with #A093ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A093ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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