Html Css Color HEX #A093BA Cold Purple

📋 copy color: '#A093BA'

red 160 ◦ green 147 ◦ blue 186

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

Shades of Cold Purple #A093BA

Tints of Cold Purple #A093BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 37.73%

R = 32.45%
G = 29.82%
B = 37.73%

CMYK

 C value IS 0.14

 M value IS 0.21

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A093BA (or 0xA093BA) is known color: Cold Purple. HEX triplet: A0, 93 and BA. RGB value is (160,147,186). Sum of RGB (Red+Green+Blue) = 160+147+186=493 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.45% from 493); Green value is 147 (57.81% from 255 or 29.82% from 493); Blue value is 186 (73.05% from 255 or 37.73% from 493); Max value from RGB is 186 - color contains mainly: blue. Hex color #A093BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A093BA is #5F6C45. Grayscale: #9B9B9B. Windows color (decimal): -6253638 or 12227488. OLE color: 12227488.

HSL color Cylindrical-coordinate representation of color #A093BA: hue angle of 260º degrees, saturation: 0.22, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A093BA is Cyan = 0.14, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 160 147 186 -
CMYK 0.14 0.21 0 0.27
HSL 260º 0.22% 0.65% -
HSV(B) 260º 0.21% 0.73% -
XYZ 33.79 31.89 50.83 -
YUV 155.33 145.31 131.33 -
System Red Green Blue C M Y K H S L
Decimal 160 147 186 0.14 0.21 0 0.27 260 0.22 0.65
Hex A0 93 BA E 15 0 1B 104 16 41
Octal 240 223 272 16 25 0 33 404 26 101
Binary 10100000 10010011 10111010 1110 10101 0 11011 100000100 10110 1000001

Color Harmonies of #A093BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A093BA

Black with #A093BA

Text Example


Text Example

White with #A093BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A093BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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