Html Css Color HEX #A5279E Medium Red Violet

📋 copy color: '#A5279E'

red 165 ◦ green 39 ◦ blue 158

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

Shades of Medium Red Violet #A5279E

Tints of Medium Red Violet #A5279E

RGB

 RED value IS 165 (64.84% from 255) = 45.58%

 GREEN value IS 39 (15.63% from 255) = 10.77%

 BLUE value IS 158 (62.11% from 255) = 43.65%

R = 45.58%
G = 10.77%
B = 43.65%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.04

 K value IS 0.35

RGB Variations

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

Color information

#A5279E (or 0xA5279E) is known color: Medium Red Violet. HEX triplet: A5, 27 and 9E. RGB value is (165,39,158). Sum of RGB (Red+Green+Blue) = 165+39+158=362 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.58% from 362); Green value is 39 (15.62% from 255 or 10.77% from 362); Blue value is 158 (62.11% from 255 or 43.65% from 362); Max value from RGB is 165 - color contains mainly: red. Hex color #A5279E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A5279E is #5AD861. Grayscale: #595959. Windows color (decimal): -5953634 or 10364837. OLE color: 10364837.

HSL color Cylindrical-coordinate representation of color #A5279E: hue angle of 303.33º degrees, saturation: 0.62, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A5279E is Cyan = 0, Magento = 0.76, Yellow = 0.04 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 39 158 -
CMYK 0 0.76 0.04 0.35
HSL 303.33º 0.62% 0.4% -
HSV(B) 303.33º 0.76% 0.65% -
XYZ 22.41 11.92 33.47 -
YUV 90.24 166.24 181.32 -
System Red Green Blue C M Y K H S L
Decimal 165 39 158 0 0.76 0.04 0.35 303.33 0.62 0.4
Hex A5 27 9E 0 4C 4 23 12F 3E 28
Octal 245 47 236 0 114 4 43 457 76 50
Binary 10100101 100111 10011110 0 1001100 100 100011 100101111 111110 101000

Color Harmonies of #A5279E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5279E

Black with #A5279E

Text Example


Text Example

White with #A5279E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5279E; }

 p { color: rgb(165,39,158); }

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

background-color css

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

 a { background-color: rgb(165,39,158); }

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

border-color css

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

 span { border-color: rgb(165,39,158); }

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