Html Css Color HEX #AF357A Medium Red Violet

📋 copy color: '#AF357A'

red 175 ◦ green 53 ◦ blue 122

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

Shades of Medium Red Violet #AF357A

Tints of Medium Red Violet #AF357A

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.14%

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

R = 50%
G = 15.14%
B = 34.86%

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

#AF357A (or 0xAF357A) is known color: Medium Red Violet. HEX triplet: AF, 35 and 7A. RGB value is (175,53,122). Sum of RGB (Red+Green+Blue) = 175+53+122=350 (46% of max value = 765). Red value is 175 (68.75% from 255 or 50% from 350); Green value is 53 (21.09% from 255 or 15.14% from 350); Blue value is 122 (48.05% from 255 or 34.86% from 350); Max value from RGB is 175 - color contains mainly: red. Hex color #AF357A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF357A is #50CA85. Grayscale: #616161. Windows color (decimal): -5294726 or 8009135. OLE color: 8009135.

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

Color convert

RGB 175 53 122 -
CMYK 0 0.70 0.30 0.31
HSL 326.07º 0.54% 0.45% -
HSV(B) 326.07º 0.7% 0.69% -
XYZ 22.47 13.07 19.75 -
YUV 97.34 141.92 183.39 -
System Red Green Blue C M Y K H S L
Decimal 175 53 122 0 0.70 0.30 0.31 326.07 0.54 0.45
Hex AF 35 7A 0 46 1E 1F 146 36 2D
Octal 257 65 172 0 106 36 37 506 66 55
Binary 10101111 110101 1111010 0 1000110 11110 11111 101000110 110110 101101

Color Harmonies of #AF357A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF357A

Black with #AF357A

Text Example


Text Example

White with #AF357A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF357A; }

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

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

background-color css

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

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

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

border-color css

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

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

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