Html Css Color HEX #AF267A Medium Red Violet

📋 copy color: '#AF267A'

red 175 ◦ green 38 ◦ blue 122

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

Shades of Medium Red Violet #AF267A

Tints of Medium Red Violet #AF267A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 36.42%

R = 52.24%
G = 11.34%
B = 36.42%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#AF267A (or 0xAF267A) is known color: Medium Red Violet. HEX triplet: AF, 26 and 7A. RGB value is (175,38,122). Sum of RGB (Red+Green+Blue) = 175+38+122=335 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.24% from 335); Green value is 38 (15.23% from 255 or 11.34% from 335); Blue value is 122 (48.05% from 255 or 36.42% from 335); Max value from RGB is 175 - color contains mainly: red. Hex color #AF267A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF267A is #50D985. Grayscale: #585858. Windows color (decimal): -5298566 or 8005295. OLE color: 8005295.

HSL color Cylindrical-coordinate representation of color #AF267A: hue angle of 323.21º 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 #AF267A is Cyan = 0, Magento = 0.78, Yellow = 0.30 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 38 122 -
CMYK 0 0.78 0.30 0.31
HSL 323.21º 0.64% 0.42% -
HSV(B) 323.21º 0.78% 0.69% -
XYZ 21.89 11.91 19.56 -
YUV 88.54 146.89 189.67 -
System Red Green Blue C M Y K H S L
Decimal 175 38 122 0 0.78 0.30 0.31 323.21 0.64 0.42
Hex AF 26 7A 0 4E 1E 1F 143 40 2A
Octal 257 46 172 0 116 36 37 503 100 52
Binary 10101111 100110 1111010 0 1001110 11110 11111 101000011 1000000 101010

Color Harmonies of #AF267A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF267A

Black with #AF267A

Text Example


Text Example

White with #AF267A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF267A; }

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

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

background-color css

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

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

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

border-color css

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

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

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