Html Css Color HEX #A093DC Wistful

📋 copy color: '#A093DC'

red 160 ◦ green 147 ◦ blue 220

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

Shades of Wistful #A093DC

Tints of Wistful #A093DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 41.75%

R = 30.36%
G = 27.89%
B = 41.75%

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

#A093DC (or 0xA093DC) is known color: Wistful. HEX triplet: A0, 93 and DC. RGB value is (160,147,220). Sum of RGB (Red+Green+Blue) = 160+147+220=527 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.36% from 527); Green value is 147 (57.81% from 255 or 27.89% from 527); Blue value is 220 (86.33% from 255 or 41.75% from 527); Max value from RGB is 220 - color contains mainly: blue. Hex color #A093DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A093DC is #5F6C23. Grayscale: #9E9E9E. Windows color (decimal): -6253604 or 14455712. OLE color: 14455712.

HSL color Cylindrical-coordinate representation of color #A093DC: hue angle of 250.68º degrees, saturation: 0.51, 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 #A093DC is Cyan = 0.27, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 160 147 220 -
CMYK 0.27 0.33 0 0.14
HSL 250.68º 0.51% 0.72% -
HSV(B) 250.68º 0.33% 0.86% -
XYZ 37.85 33.51 72.18 -
YUV 159.21 162.31 128.56 -
System Red Green Blue C M Y K H S L
Decimal 160 147 220 0.27 0.33 0 0.14 250.68 0.51 0.72
Hex A0 93 DC 1B 21 0 E FB 33 48
Octal 240 223 334 33 41 0 16 373 63 110
Binary 10100000 10010011 11011100 11011 100001 0 1110 11111011 110011 1001000

Color Harmonies of #A093DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A093DC

Black with #A093DC

Text Example


Text Example

White with #A093DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A093DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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