Html Css Color HEX #A093D9 Wistful

📋 copy color: '#A093D9'

red 160 ◦ green 147 ◦ blue 217

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

Shades of Wistful #A093D9

Tints of Wistful #A093D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 41.41%

R = 30.53%
G = 28.05%
B = 41.41%

CMYK

 C value IS 0.26

 M value IS 0.32

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A093D9 (or 0xA093D9) is known color: Wistful. HEX triplet: A0, 93 and D9. RGB value is (160,147,217). Sum of RGB (Red+Green+Blue) = 160+147+217=524 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.53% from 524); Green value is 147 (57.81% from 255 or 28.05% from 524); Blue value is 217 (85.16% from 255 or 41.41% from 524); Max value from RGB is 217 - color contains mainly: blue. Hex color #A093D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A093D9 is #5F6C26. Grayscale: #9E9E9E. Windows color (decimal): -6253607 or 14259104. OLE color: 14259104.

HSL color Cylindrical-coordinate representation of color #A093D9: hue angle of 251.14º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A093D9 is Cyan = 0.26, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 160 147 217 -
CMYK 0.26 0.32 0 0.15
HSL 251.14º 0.48% 0.71% -
HSV(B) 251.14º 0.32% 0.85% -
XYZ 37.46 33.35 70.11 -
YUV 158.87 160.81 128.81 -
System Red Green Blue C M Y K H S L
Decimal 160 147 217 0.26 0.32 0 0.15 251.14 0.48 0.71
Hex A0 93 D9 1A 20 0 F FB 30 47
Octal 240 223 331 32 40 0 17 373 60 107
Binary 10100000 10010011 11011001 11010 100000 0 1111 11111011 110000 1000111

Color Harmonies of #A093D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A093D9

Black with #A093D9

Text Example


Text Example

White with #A093D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A093D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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