Html Css Color HEX #A093E5 Wistful

📋 copy color: '#A093E5'

red 160 ◦ green 147 ◦ blue 229

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

Shades of Wistful #A093E5

Tints of Wistful #A093E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 42.72%

R = 29.85%
G = 27.43%
B = 42.72%

CMYK

 C value IS 0.30

 M value IS 0.36

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#A093E5 (or 0xA093E5) is known color: Wistful. HEX triplet: A0, 93 and E5. RGB value is (160,147,229). Sum of RGB (Red+Green+Blue) = 160+147+229=536 (70% of max value = 765). Red value is 160 (62.89% from 255 or 29.85% from 536); Green value is 147 (57.81% from 255 or 27.43% from 536); Blue value is 229 (89.84% from 255 or 42.72% from 536); Max value from RGB is 229 - color contains mainly: blue. Hex color #A093E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A093E5 is #5F6C1A. Grayscale: #9F9F9F. Windows color (decimal): -6253595 or 15045536. OLE color: 15045536.

HSL color Cylindrical-coordinate representation of color #A093E5: hue angle of 249.51º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A093E5 is Cyan = 0.30, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 160 147 229 -
CMYK 0.30 0.36 0 0.10
HSL 249.51º 0.61% 0.74% -
HSV(B) 249.51º 0.36% 0.9% -
XYZ 39.07 34 78.63 -
YUV 160.24 166.81 127.83 -
System Red Green Blue C M Y K H S L
Decimal 160 147 229 0.30 0.36 0 0.10 249.51 0.61 0.74
Hex A0 93 E5 1E 24 0 A FA 3D 4A
Octal 240 223 345 36 44 0 12 372 75 112
Binary 10100000 10010011 11100101 11110 100100 0 1010 11111010 111101 1001010

Color Harmonies of #A093E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A093E5

Black with #A093E5

Text Example


Text Example

White with #A093E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A093E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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