Html Css Color HEX #A7268D Medium Red Violet

📋 copy color: '#A7268D'

red 167 ◦ green 38 ◦ blue 141

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

Shades of Medium Red Violet #A7268D

Tints of Medium Red Violet #A7268D

RGB

 RED value IS 167 (65.63% from 255) = 48.27%

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

 BLUE value IS 141 (55.47% from 255) = 40.75%

R = 48.27%
G = 10.98%
B = 40.75%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.16

 K value IS 0.35

RGB Variations

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

Color information

#A7268D (or 0xA7268D) is known color: Medium Red Violet. HEX triplet: A7, 26 and 8D. RGB value is (167,38,141). Sum of RGB (Red+Green+Blue) = 167+38+141=346 (45% of max value = 765). Red value is 167 (65.62% from 255 or 48.27% from 346); Green value is 38 (15.23% from 255 or 10.98% from 346); Blue value is 141 (55.47% from 255 or 40.75% from 346); Max value from RGB is 167 - color contains mainly: red. Hex color #A7268D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A7268D is #58D972. Grayscale: #585858. Windows color (decimal): -5822835 or 9250471. OLE color: 9250471.

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

Color convert

RGB 167 38 141 -
CMYK 0 0.77 0.16 0.35
HSL 312.09º 0.63% 0.4% -
HSV(B) 312.09º 0.77% 0.65% -
XYZ 21.44 11.52 26.29 -
YUV 88.31 157.74 184.12 -
System Red Green Blue C M Y K H S L
Decimal 167 38 141 0 0.77 0.16 0.35 312.09 0.63 0.4
Hex A7 26 8D 0 4D 10 23 138 3F 28
Octal 247 46 215 0 115 20 43 470 77 50
Binary 10100111 100110 10001101 0 1001101 10000 100011 100111000 111111 101000

Color Harmonies of #A7268D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7268D

Black with #A7268D

Text Example


Text Example

White with #A7268D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7268D; }

 p { color: rgb(167,38,141); }

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

background-color css

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

 a { background-color: rgb(167,38,141); }

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

border-color css

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

 span { border-color: rgb(167,38,141); }

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