Html Css Color HEX #A093E1 Wistful

📋 copy color: '#A093E1'

red 160 ◦ green 147 ◦ blue 225

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

Shades of Wistful #A093E1

Tints of Wistful #A093E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 42.29%

R = 30.08%
G = 27.63%
B = 42.29%

CMYK

 C value IS 0.29

 M value IS 0.35

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A093E1 (or 0xA093E1) is known color: Wistful. HEX triplet: A0, 93 and E1. RGB value is (160,147,225). Sum of RGB (Red+Green+Blue) = 160+147+225=532 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.08% from 532); Green value is 147 (57.81% from 255 or 27.63% from 532); Blue value is 225 (88.28% from 255 or 42.29% from 532); Max value from RGB is 225 - color contains mainly: blue. Hex color #A093E1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A093E1 is #5F6C1E. Grayscale: #9F9F9F. Windows color (decimal): -6253599 or 14783392. OLE color: 14783392.

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

Color convert

RGB 160 147 225 -
CMYK 0.29 0.35 0 0.12
HSL 250º 0.57% 0.73% -
HSV(B) 250º 0.35% 0.88% -
XYZ 38.52 33.78 75.72 -
YUV 159.78 164.81 128.16 -
System Red Green Blue C M Y K H S L
Decimal 160 147 225 0.29 0.35 0 0.12 250 0.57 0.73
Hex A0 93 E1 1D 23 0 C FA 39 49
Octal 240 223 341 35 43 0 14 372 71 111
Binary 10100000 10010011 11100001 11101 100011 0 1100 11111010 111001 1001001

Color Harmonies of #A093E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A093E1

Black with #A093E1

Text Example


Text Example

White with #A093E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A093E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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