Html Css Color HEX #A093CA Wistful

📋 copy color: '#A093CA'

red 160 ◦ green 147 ◦ blue 202

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

Shades of Wistful #A093CA

Tints of Wistful #A093CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 39.69%

R = 31.43%
G = 28.88%
B = 39.69%

CMYK

 C value IS 0.21

 M value IS 0.27

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A093CA (or 0xA093CA) is known color: Wistful. HEX triplet: A0, 93 and CA. RGB value is (160,147,202). Sum of RGB (Red+Green+Blue) = 160+147+202=509 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.43% from 509); Green value is 147 (57.81% from 255 or 28.88% from 509); Blue value is 202 (79.30% from 255 or 39.69% from 509); Max value from RGB is 202 - color contains mainly: blue. Hex color #A093CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A093CA is #5F6C35. Grayscale: #9C9C9C. Windows color (decimal): -6253622 or 13276064. OLE color: 13276064.

HSL color Cylindrical-coordinate representation of color #A093CA: hue angle of 254.18º degrees, saturation: 0.34, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A093CA is Cyan = 0.21, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 160 147 202 -
CMYK 0.21 0.27 0 0.21
HSL 254.18º 0.34% 0.68% -
HSV(B) 254.18º 0.27% 0.79% -
XYZ 35.59 32.61 60.29 -
YUV 157.16 153.31 130.03 -
System Red Green Blue C M Y K H S L
Decimal 160 147 202 0.21 0.27 0 0.21 254.18 0.34 0.68
Hex A0 93 CA 15 1B 0 15 FE 22 44
Octal 240 223 312 25 33 0 25 376 42 104
Binary 10100000 10010011 11001010 10101 11011 0 10101 11111110 100010 1000100

Color Harmonies of #A093CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A093CA

Black with #A093CA

Text Example


Text Example

White with #A093CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A093CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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