Html Css Color HEX #AF267C Medium Red Violet

📋 copy color: '#AF267C'

red 175 ◦ green 38 ◦ blue 124

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

Shades of Medium Red Violet #AF267C

Tints of Medium Red Violet #AF267C

RGB

 RED value IS 175 (68.75% from 255) = 51.93%

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

 BLUE value IS 124 (48.83% from 255) = 36.8%

R = 51.93%
G = 11.28%
B = 36.8%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#AF267C (or 0xAF267C) is known color: Medium Red Violet. HEX triplet: AF, 26 and 7C. RGB value is (175,38,124). Sum of RGB (Red+Green+Blue) = 175+38+124=337 (44% of max value = 765). Red value is 175 (68.75% from 255 or 51.93% from 337); Green value is 38 (15.23% from 255 or 11.28% from 337); Blue value is 124 (48.83% from 255 or 36.80% from 337); Max value from RGB is 175 - color contains mainly: red. Hex color #AF267C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF267C is #50D983. Grayscale: #585858. Windows color (decimal): -5298564 or 8136367. OLE color: 8136367.

HSL color Cylindrical-coordinate representation of color #AF267C: hue angle of 322.34º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AF267C is Cyan = 0, Magento = 0.78, Yellow = 0.29 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 38 124 -
CMYK 0 0.78 0.29 0.31
HSL 322.34º 0.64% 0.42% -
HSV(B) 322.34º 0.78% 0.69% -
XYZ 22.01 11.96 20.22 -
YUV 88.77 147.89 189.51 -
System Red Green Blue C M Y K H S L
Decimal 175 38 124 0 0.78 0.29 0.31 322.34 0.64 0.42
Hex AF 26 7C 0 4E 1D 1F 142 40 2A
Octal 257 46 174 0 116 35 37 502 100 52
Binary 10101111 100110 1111100 0 1001110 11101 11111 101000010 1000000 101010

Color Harmonies of #AF267C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF267C

Black with #AF267C

Text Example


Text Example

White with #AF267C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF267C; }

 p { color: rgb(175,38,124); }

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

background-color css

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

 a { background-color: rgb(175,38,124); }

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

border-color css

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

 span { border-color: rgb(175,38,124); }

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