Html Css Color HEX #A093CE Wistful

📋 copy color: '#A093CE'

red 160 ◦ green 147 ◦ blue 206

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

Shades of Wistful #A093CE

Tints of Wistful #A093CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 40.16%

R = 31.19%
G = 28.65%
B = 40.16%

CMYK

 C value IS 0.22

 M value IS 0.29

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A093CE (or 0xA093CE) is known color: Wistful. HEX triplet: A0, 93 and CE. RGB value is (160,147,206). Sum of RGB (Red+Green+Blue) = 160+147+206=513 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.19% from 513); Green value is 147 (57.81% from 255 or 28.65% from 513); Blue value is 206 (80.86% from 255 or 40.16% from 513); Max value from RGB is 206 - color contains mainly: blue. Hex color #A093CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A093CE is #5F6C31. Grayscale: #9D9D9D. Windows color (decimal): -6253618 or 13538208. OLE color: 13538208.

HSL color Cylindrical-coordinate representation of color #A093CE: hue angle of 253.22º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A093CE is Cyan = 0.22, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 160 147 206 -
CMYK 0.22 0.29 0 0.19
HSL 253.22º 0.38% 0.69% -
HSV(B) 253.22º 0.29% 0.81% -
XYZ 36.07 32.8 62.82 -
YUV 157.61 155.31 129.7 -
System Red Green Blue C M Y K H S L
Decimal 160 147 206 0.22 0.29 0 0.19 253.22 0.38 0.69
Hex A0 93 CE 16 1D 0 13 FD 26 45
Octal 240 223 316 26 35 0 23 375 46 105
Binary 10100000 10010011 11001110 10110 11101 0 10011 11111101 100110 1000101

Color Harmonies of #A093CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A093CE

Black with #A093CE

Text Example


Text Example

White with #A093CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A093CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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