Html Css Color HEX #A093F6 Wistful

📋 copy color: '#A093F6'

red 160 ◦ green 147 ◦ blue 246

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

Shades of Wistful #A093F6

Tints of Wistful #A093F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 44.48%

R = 28.93%
G = 26.58%
B = 44.48%

CMYK

 C value IS 0.35

 M value IS 0.40

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#A093F6 (or 0xA093F6) is known color: Wistful. HEX triplet: A0, 93 and F6. RGB value is (160,147,246). Sum of RGB (Red+Green+Blue) = 160+147+246=553 (73% of max value = 765). Red value is 160 (62.89% from 255 or 28.93% from 553); Green value is 147 (57.81% from 255 or 26.58% from 553); Blue value is 246 (96.48% from 255 or 44.48% from 553); Max value from RGB is 246 - color contains mainly: blue. Hex color #A093F6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A093F6 is #5F6C09. Grayscale: #A1A1A1. Windows color (decimal): -6253578 or 16159648. OLE color: 16159648.

HSL color Cylindrical-coordinate representation of color #A093F6: hue angle of 247.88º degrees, saturation: 0.85, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A093F6 is Cyan = 0.35, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 160 147 246 -
CMYK 0.35 0.40 0 0.04
HSL 247.88º 0.85% 0.77% -
HSV(B) 247.88º 0.4% 0.96% -
XYZ 41.57 34.99 91.75 -
YUV 162.17 175.31 126.45 -
System Red Green Blue C M Y K H S L
Decimal 160 147 246 0.35 0.40 0 0.04 247.88 0.85 0.77
Hex A0 93 F6 23 28 0 4 F8 55 4D
Octal 240 223 366 43 50 0 4 370 125 115
Binary 10100000 10010011 11110110 100011 101000 0 100 11111000 1010101 1001101

Color Harmonies of #A093F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A093F6

Black with #A093F6

Text Example


Text Example

White with #A093F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A093F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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