Html Css Color HEX #A93085 Medium Red Violet

📋 copy color: '#A93085'

red 169 ◦ green 48 ◦ blue 133

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

Shades of Medium Red Violet #A93085

Tints of Medium Red Violet #A93085

RGB

 RED value IS 169 (66.41% from 255) = 48.29%

 GREEN value IS 48 (19.14% from 255) = 13.71%

 BLUE value IS 133 (52.34% from 255) = 38%

R = 48.29%
G = 13.71%
B = 38%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.21

 K value IS 0.34

RGB Variations

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

Color information

#A93085 (or 0xA93085) is known color: Medium Red Violet. HEX triplet: A9, 30 and 85. RGB value is (169,48,133). Sum of RGB (Red+Green+Blue) = 169+48+133=350 (46% of max value = 765). Red value is 169 (66.41% from 255 or 48.29% from 350); Green value is 48 (19.14% from 255 or 13.71% from 350); Blue value is 133 (52.34% from 255 or 38% from 350); Max value from RGB is 169 - color contains mainly: red. Hex color #A93085 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A93085 is #56CF7A. Grayscale: #5D5D5D. Windows color (decimal): -5689211 or 8728745. OLE color: 8728745.

HSL color Cylindrical-coordinate representation of color #A93085: hue angle of 317.85º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A93085 is Cyan = 0, Magento = 0.72, Yellow = 0.21 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 48 133 -
CMYK 0 0.72 0.21 0.34
HSL 317.85º 0.56% 0.43% -
HSV(B) 317.85º 0.72% 0.66% -
XYZ 21.65 12.24 23.41 -
YUV 93.87 150.09 181.59 -
System Red Green Blue C M Y K H S L
Decimal 169 48 133 0 0.72 0.21 0.34 317.85 0.56 0.43
Hex A9 30 85 0 48 15 22 13E 38 2B
Octal 251 60 205 0 110 25 42 476 70 53
Binary 10101001 110000 10000101 0 1001000 10101 100010 100111110 111000 101011

Color Harmonies of #A93085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A93085

Black with #A93085

Text Example


Text Example

White with #A93085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A93085; }

 p { color: rgb(169,48,133); }

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

background-color css

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

 a { background-color: rgb(169,48,133); }

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

border-color css

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

 span { border-color: rgb(169,48,133); }

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