Html Css Color HEX #AF327A Medium Red Violet

📋 copy color: '#AF327A'

red 175 ◦ green 50 ◦ blue 122

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

Shades of Medium Red Violet #AF327A

Tints of Medium Red Violet #AF327A

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.41%

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

R = 50.43%
G = 14.41%
B = 35.16%

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

#AF327A (or 0xAF327A) is known color: Medium Red Violet. HEX triplet: AF, 32 and 7A. RGB value is (175,50,122). Sum of RGB (Red+Green+Blue) = 175+50+122=347 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.43% from 347); Green value is 50 (19.92% from 255 or 14.41% from 347); Blue value is 122 (48.05% from 255 or 35.16% from 347); Max value from RGB is 175 - color contains mainly: red. Hex color #AF327A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF327A is #50CD85. Grayscale: #5F5F5F. Windows color (decimal): -5295494 or 8008367. OLE color: 8008367.

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

Color convert

RGB 175 50 122 -
CMYK 0 0.71 0.30 0.31
HSL 325.44º 0.56% 0.44% -
HSV(B) 325.44º 0.71% 0.69% -
XYZ 22.33 12.8 19.71 -
YUV 95.58 142.91 184.65 -
System Red Green Blue C M Y K H S L
Decimal 175 50 122 0 0.71 0.30 0.31 325.44 0.56 0.44
Hex AF 32 7A 0 47 1E 1F 145 38 2C
Octal 257 62 172 0 107 36 37 505 70 54
Binary 10101111 110010 1111010 0 1000111 11110 11111 101000101 111000 101100

Color Harmonies of #AF327A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF327A

Black with #AF327A

Text Example


Text Example

White with #AF327A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF327A; }

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

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

background-color css

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

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

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

border-color css

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

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

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