Html Css Color HEX #A5268E Medium Red Violet

📋 copy color: '#A5268E'

red 165 ◦ green 38 ◦ blue 142

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

Shades of Medium Red Violet #A5268E

Tints of Medium Red Violet #A5268E

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.01%

 BLUE value IS 142 (55.86% from 255) = 41.16%

R = 47.83%
G = 11.01%
B = 41.16%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.14

 K value IS 0.35

RGB Variations

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

Color information

#A5268E (or 0xA5268E) is known color: Medium Red Violet. HEX triplet: A5, 26 and 8E. RGB value is (165,38,142). Sum of RGB (Red+Green+Blue) = 165+38+142=345 (45% of max value = 765). Red value is 165 (64.84% from 255 or 47.83% from 345); Green value is 38 (15.23% from 255 or 11.01% from 345); Blue value is 142 (55.86% from 255 or 41.16% from 345); Max value from RGB is 165 - color contains mainly: red. Hex color #A5268E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A5268E is #5AD971. Grayscale: #575757. Windows color (decimal): -5953906 or 9316005. OLE color: 9316005.

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

Color convert

RGB 165 38 142 -
CMYK 0 0.77 0.14 0.35
HSL 310.87º 0.63% 0.4% -
HSV(B) 310.87º 0.77% 0.65% -
XYZ 21.09 11.34 26.67 -
YUV 87.83 158.58 183.04 -
System Red Green Blue C M Y K H S L
Decimal 165 38 142 0 0.77 0.14 0.35 310.87 0.63 0.4
Hex A5 26 8E 0 4D E 23 137 3F 28
Octal 245 46 216 0 115 16 43 467 77 50
Binary 10100101 100110 10001110 0 1001101 1110 100011 100110111 111111 101000

Color Harmonies of #A5268E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5268E

Black with #A5268E

Text Example


Text Example

White with #A5268E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5268E; }

 p { color: rgb(165,38,142); }

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

background-color css

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

 a { background-color: rgb(165,38,142); }

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

border-color css

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

 span { border-color: rgb(165,38,142); }

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