Html Css Color HEX #A093B9 Cold Purple

📋 copy color: '#A093B9'

red 160 ◦ green 147 ◦ blue 185

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

Shades of Cold Purple #A093B9

Tints of Cold Purple #A093B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 37.6%

R = 32.52%
G = 29.88%
B = 37.6%

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

#A093B9 (or 0xA093B9) is known color: Cold Purple. HEX triplet: A0, 93 and B9. RGB value is (160,147,185). Sum of RGB (Red+Green+Blue) = 160+147+185=492 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.52% from 492); Green value is 147 (57.81% from 255 or 29.88% from 492); Blue value is 185 (72.66% from 255 or 37.60% from 492); Max value from RGB is 185 - color contains mainly: blue. Hex color #A093B9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A093B9 is #5F6C46. Grayscale: #9B9B9B. Windows color (decimal): -6253639 or 12161952. OLE color: 12161952.

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

Color convert

RGB 160 147 185 -
CMYK 0.14 0.21 0 0.27
HSL 260.53º 0.21% 0.65% -
HSV(B) 260.53º 0.21% 0.73% -
XYZ 33.69 31.84 50.27 -
YUV 155.22 144.81 131.41 -
System Red Green Blue C M Y K H S L
Decimal 160 147 185 0.14 0.21 0 0.27 260.53 0.21 0.65
Hex A0 93 B9 E 15 0 1B 105 15 41
Octal 240 223 271 16 25 0 33 405 25 101
Binary 10100000 10010011 10111001 1110 10101 0 11011 100000101 10101 1000001

Color Harmonies of #A093B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A093B9

Black with #A093B9

Text Example


Text Example

White with #A093B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A093B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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