Html Css Color HEX #A093EC Wistful

📋 copy color: '#A093EC'

red 160 ◦ green 147 ◦ blue 236

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

Shades of Wistful #A093EC

Tints of Wistful #A093EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 43.46%

R = 29.47%
G = 27.07%
B = 43.46%

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

#A093EC (or 0xA093EC) is known color: Wistful. HEX triplet: A0, 93 and EC. RGB value is (160,147,236). Sum of RGB (Red+Green+Blue) = 160+147+236=543 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.47% from 543); Green value is 147 (57.81% from 255 or 27.07% from 543); Blue value is 236 (92.58% from 255 or 43.46% from 543); Max value from RGB is 236 - color contains mainly: blue. Hex color #A093EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A093EC is #5F6C13. Grayscale: #A0A0A0. Windows color (decimal): -6253588 or 15504288. OLE color: 15504288.

HSL color Cylindrical-coordinate representation of color #A093EC: hue angle of 248.76º degrees, saturation: 0.7, 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 #A093EC is Cyan = 0.32, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 160 147 236 -
CMYK 0.32 0.38 0 0.07
HSL 248.76º 0.7% 0.75% -
HSV(B) 248.76º 0.38% 0.93% -
XYZ 40.07 34.4 83.88 -
YUV 161.03 170.31 127.26 -
System Red Green Blue C M Y K H S L
Decimal 160 147 236 0.32 0.38 0 0.07 248.76 0.7 0.75
Hex A0 93 EC 20 26 0 7 F9 46 4B
Octal 240 223 354 40 46 0 7 371 106 113
Binary 10100000 10010011 11101100 100000 100110 0 111 11111001 1000110 1001011

Color Harmonies of #A093EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A093EC

Black with #A093EC

Text Example


Text Example

White with #A093EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A093EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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