Html Css Color HEX #AF347B Medium Red Violet

📋 copy color: '#AF347B'

red 175 ◦ green 52 ◦ blue 123

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

Shades of Medium Red Violet #AF347B

Tints of Medium Red Violet #AF347B

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.86%

 BLUE value IS 123 (48.44% from 255) = 35.14%

R = 50%
G = 14.86%
B = 35.14%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#AF347B (or 0xAF347B) is known color: Medium Red Violet. HEX triplet: AF, 34 and 7B. RGB value is (175,52,123). Sum of RGB (Red+Green+Blue) = 175+52+123=350 (46% of max value = 765). Red value is 175 (68.75% from 255 or 50% from 350); Green value is 52 (20.70% from 255 or 14.86% from 350); Blue value is 123 (48.44% from 255 or 35.14% from 350); Max value from RGB is 175 - color contains mainly: red. Hex color #AF347B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF347B is #50CB84. Grayscale: #606060. Windows color (decimal): -5294981 or 8074415. OLE color: 8074415.

HSL color Cylindrical-coordinate representation of color #AF347B: hue angle of 325.37º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AF347B is Cyan = 0, Magento = 0.70, Yellow = 0.30 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 52 123 -
CMYK 0 0.70 0.30 0.31
HSL 325.37º 0.54% 0.45% -
HSV(B) 325.37º 0.7% 0.69% -
XYZ 22.48 13 20.06 -
YUV 96.87 142.75 183.73 -
System Red Green Blue C M Y K H S L
Decimal 175 52 123 0 0.70 0.30 0.31 325.37 0.54 0.45
Hex AF 34 7B 0 46 1E 1F 145 36 2D
Octal 257 64 173 0 106 36 37 505 66 55
Binary 10101111 110100 1111011 0 1000110 11110 11111 101000101 110110 101101

Color Harmonies of #AF347B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF347B

Black with #AF347B

Text Example


Text Example

White with #AF347B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF347B; }

 p { color: rgb(175,52,123); }

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

background-color css

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

 a { background-color: rgb(175,52,123); }

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

border-color css

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

 span { border-color: rgb(175,52,123); }

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