Html Css Color HEX #A093DB Wistful

📋 copy color: '#A093DB'

red 160 ◦ green 147 ◦ blue 219

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

Shades of Wistful #A093DB

Tints of Wistful #A093DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 41.63%

R = 30.42%
G = 27.95%
B = 41.63%

CMYK

 C value IS 0.27

 M value IS 0.33

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A093DB (or 0xA093DB) is known color: Wistful. HEX triplet: A0, 93 and DB. RGB value is (160,147,219). Sum of RGB (Red+Green+Blue) = 160+147+219=526 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.42% from 526); Green value is 147 (57.81% from 255 or 27.95% from 526); Blue value is 219 (85.94% from 255 or 41.63% from 526); Max value from RGB is 219 - color contains mainly: blue. Hex color #A093DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A093DB is #5F6C24. Grayscale: #9E9E9E. Windows color (decimal): -6253605 or 14390176. OLE color: 14390176.

HSL color Cylindrical-coordinate representation of color #A093DB: hue angle of 250.83º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A093DB is Cyan = 0.27, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 160 147 219 -
CMYK 0.27 0.33 0 0.14
HSL 250.83º 0.5% 0.72% -
HSV(B) 250.83º 0.33% 0.86% -
XYZ 37.72 33.46 71.49 -
YUV 159.1 161.81 128.65 -
System Red Green Blue C M Y K H S L
Decimal 160 147 219 0.27 0.33 0 0.14 250.83 0.5 0.72
Hex A0 93 DB 1B 21 0 E FB 32 48
Octal 240 223 333 33 41 0 16 373 62 110
Binary 10100000 10010011 11011011 11011 100001 0 1110 11111011 110010 1001000

Color Harmonies of #A093DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A093DB

Black with #A093DB

Text Example


Text Example

White with #A093DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A093DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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