Html Css Color HEX #AF337A Medium Red Violet

📋 copy color: '#AF337A'

red 175 ◦ green 51 ◦ blue 122

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

Shades of Medium Red Violet #AF337A

Tints of Medium Red Violet #AF337A

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.66%

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

R = 50.29%
G = 14.66%
B = 35.06%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#AF337A (or 0xAF337A) is known color: Medium Red Violet. HEX triplet: AF, 33 and 7A. RGB value is (175,51,122). Sum of RGB (Red+Green+Blue) = 175+51+122=348 (46% of max value = 765). Red value is 175 (68.75% from 255 or 50.29% from 348); Green value is 51 (20.31% from 255 or 14.66% from 348); Blue value is 122 (48.05% from 255 or 35.06% from 348); Max value from RGB is 175 - color contains mainly: red. Hex color #AF337A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF337A is #50CC85. Grayscale: #606060. Windows color (decimal): -5295238 or 8008623. OLE color: 8008623.

HSL color Cylindrical-coordinate representation of color #AF337A: hue angle of 325.65º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AF337A is Cyan = 0, Magento = 0.71, Yellow = 0.30 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 51 122 -
CMYK 0 0.71 0.30 0.31
HSL 325.65º 0.55% 0.44% -
HSV(B) 325.65º 0.71% 0.69% -
XYZ 22.38 12.89 19.72 -
YUV 96.17 142.58 184.23 -
System Red Green Blue C M Y K H S L
Decimal 175 51 122 0 0.71 0.30 0.31 325.65 0.55 0.44
Hex AF 33 7A 0 47 1E 1F 146 37 2C
Octal 257 63 172 0 107 36 37 506 67 54
Binary 10101111 110011 1111010 0 1000111 11110 11111 101000110 110111 101100

Color Harmonies of #AF337A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF337A

Black with #AF337A

Text Example


Text Example

White with #AF337A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF337A; }

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

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

background-color css

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

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

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

border-color css

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

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

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