Html Css Color HEX #A093E8 Wistful

📋 copy color: '#A093E8'

red 160 ◦ green 147 ◦ blue 232

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

Shades of Wistful #A093E8

Tints of Wistful #A093E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 43.04%

R = 29.68%
G = 27.27%
B = 43.04%

CMYK

 C value IS 0.31

 M value IS 0.37

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A093E8 (or 0xA093E8) is known color: Wistful. HEX triplet: A0, 93 and E8. RGB value is (160,147,232). Sum of RGB (Red+Green+Blue) = 160+147+232=539 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.68% from 539); Green value is 147 (57.81% from 255 or 27.27% from 539); Blue value is 232 (91.02% from 255 or 43.04% from 539); Max value from RGB is 232 - color contains mainly: blue. Hex color #A093E8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A093E8 is #5F6C17. Grayscale: #A0A0A0. Windows color (decimal): -6253592 or 15242144. OLE color: 15242144.

HSL color Cylindrical-coordinate representation of color #A093E8: hue angle of 249.18º degrees, saturation: 0.65, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A093E8 is Cyan = 0.31, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 160 147 232 -
CMYK 0.31 0.37 0 0.09
HSL 249.18º 0.65% 0.74% -
HSV(B) 249.18º 0.37% 0.91% -
XYZ 39.5 34.17 80.86 -
YUV 160.58 168.31 127.59 -
System Red Green Blue C M Y K H S L
Decimal 160 147 232 0.31 0.37 0 0.09 249.18 0.65 0.74
Hex A0 93 E8 1F 25 0 9 F9 41 4A
Octal 240 223 350 37 45 0 11 371 101 112
Binary 10100000 10010011 11101000 11111 100101 0 1001 11111001 1000001 1001010

Color Harmonies of #A093E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A093E8

Black with #A093E8

Text Example


Text Example

White with #A093E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A093E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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