Html Css Color HEX #A7269D Medium Red Violet

📋 copy color: '#A7269D'

red 167 ◦ green 38 ◦ blue 157

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

Shades of Medium Red Violet #A7269D

Tints of Medium Red Violet #A7269D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 43.37%

R = 46.13%
G = 10.5%
B = 43.37%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.06

 K value IS 0.35

RGB Variations

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

Color information

#A7269D (or 0xA7269D) is known color: Medium Red Violet. HEX triplet: A7, 26 and 9D. RGB value is (167,38,157). Sum of RGB (Red+Green+Blue) = 167+38+157=362 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.13% from 362); Green value is 38 (15.23% from 255 or 10.50% from 362); Blue value is 157 (61.72% from 255 or 43.37% from 362); Max value from RGB is 167 - color contains mainly: red. Hex color #A7269D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A7269D is #58D962. Grayscale: #595959. Windows color (decimal): -5822819 or 10299047. OLE color: 10299047.

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

Color convert

RGB 167 38 157 -
CMYK 0 0.77 0.06 0.35
HSL 304.65º 0.63% 0.4% -
HSV(B) 304.65º 0.77% 0.65% -
XYZ 22.72 12.04 33.02 -
YUV 90.14 165.74 182.82 -
System Red Green Blue C M Y K H S L
Decimal 167 38 157 0 0.77 0.06 0.35 304.65 0.63 0.4
Hex A7 26 9D 0 4D 6 23 131 3F 28
Octal 247 46 235 0 115 6 43 461 77 50
Binary 10100111 100110 10011101 0 1001101 110 100011 100110001 111111 101000

Color Harmonies of #A7269D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7269D

Black with #A7269D

Text Example


Text Example

White with #A7269D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7269D; }

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

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

background-color css

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

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

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

border-color css

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

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

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