Html Css Color HEX #A093DD Wistful

📋 copy color: '#A093DD'

red 160 ◦ green 147 ◦ blue 221

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

Shades of Wistful #A093DD

Tints of Wistful #A093DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 41.86%

R = 30.3%
G = 27.84%
B = 41.86%

CMYK

 C value IS 0.28

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A093DD (or 0xA093DD) is known color: Wistful. HEX triplet: A0, 93 and DD. RGB value is (160,147,221). Sum of RGB (Red+Green+Blue) = 160+147+221=528 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.30% from 528); Green value is 147 (57.81% from 255 or 27.84% from 528); Blue value is 221 (86.72% from 255 or 41.86% from 528); Max value from RGB is 221 - color contains mainly: blue. Hex color #A093DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A093DD is #5F6C22. Grayscale: #9F9F9F. Windows color (decimal): -6253603 or 14521248. OLE color: 14521248.

HSL color Cylindrical-coordinate representation of color #A093DD: hue angle of 250.54º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A093DD is Cyan = 0.28, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 160 147 221 -
CMYK 0.28 0.33 0 0.13
HSL 250.54º 0.52% 0.72% -
HSV(B) 250.54º 0.33% 0.87% -
XYZ 37.98 33.56 72.88 -
YUV 159.32 162.81 128.48 -
System Red Green Blue C M Y K H S L
Decimal 160 147 221 0.28 0.33 0 0.13 250.54 0.52 0.72
Hex A0 93 DD 1C 21 0 D FB 34 48
Octal 240 223 335 34 41 0 15 373 64 110
Binary 10100000 10010011 11011101 11100 100001 0 1101 11111011 110100 1001000

Color Harmonies of #A093DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A093DD

Black with #A093DD

Text Example


Text Example

White with #A093DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A093DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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