Html Css Color HEX #A5279C Medium Red Violet

📋 copy color: '#A5279C'

red 165 ◦ green 39 ◦ blue 156

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

Shades of Medium Red Violet #A5279C

Tints of Medium Red Violet #A5279C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 43.33%

R = 45.83%
G = 10.83%
B = 43.33%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.05

 K value IS 0.35

RGB Variations

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

Color information

#A5279C (or 0xA5279C) is known color: Medium Red Violet. HEX triplet: A5, 27 and 9C. RGB value is (165,39,156). Sum of RGB (Red+Green+Blue) = 165+39+156=360 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.83% from 360); Green value is 39 (15.62% from 255 or 10.83% from 360); Blue value is 156 (61.33% from 255 or 43.33% from 360); Max value from RGB is 165 - color contains mainly: red. Hex color #A5279C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A5279C is #5AD863. Grayscale: #595959. Windows color (decimal): -5953636 or 10233765. OLE color: 10233765.

HSL color Cylindrical-coordinate representation of color #A5279C: hue angle of 304.29º 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 #A5279C is Cyan = 0, Magento = 0.76, Yellow = 0.05 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 39 156 -
CMYK 0 0.76 0.05 0.35
HSL 304.29º 0.62% 0.4% -
HSV(B) 304.29º 0.76% 0.65% -
XYZ 22.24 11.85 32.57 -
YUV 90.01 165.24 181.49 -
System Red Green Blue C M Y K H S L
Decimal 165 39 156 0 0.76 0.05 0.35 304.29 0.62 0.4
Hex A5 27 9C 0 4C 5 23 130 3E 28
Octal 245 47 234 0 114 5 43 460 76 50
Binary 10100101 100111 10011100 0 1001100 101 100011 100110000 111110 101000

Color Harmonies of #A5279C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5279C

Black with #A5279C

Text Example


Text Example

White with #A5279C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5279C; }

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

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

background-color css

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

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

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

border-color css

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

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

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