Html Css Color HEX #AF359A Medium Red Violet

📋 copy color: '#AF359A'

red 175 ◦ green 53 ◦ blue 154

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

Shades of Medium Red Violet #AF359A

Tints of Medium Red Violet #AF359A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 40.31%

R = 45.81%
G = 13.87%
B = 40.31%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.12

 K value IS 0.31

RGB Variations

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

Color information

#AF359A (or 0xAF359A) is known color: Medium Red Violet. HEX triplet: AF, 35 and 9A. RGB value is (175,53,154). Sum of RGB (Red+Green+Blue) = 175+53+154=382 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.81% from 382); Green value is 53 (21.09% from 255 or 13.87% from 382); Blue value is 154 (60.55% from 255 or 40.31% from 382); Max value from RGB is 175 - color contains mainly: red. Hex color #AF359A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF359A is #50CA65. Grayscale: #646464. Windows color (decimal): -5294694 or 10106287. OLE color: 10106287.

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

Color convert

RGB 175 53 154 -
CMYK 0 0.70 0.12 0.31
HSL 310.33º 0.54% 0.45% -
HSV(B) 310.33º 0.7% 0.69% -
XYZ 24.79 13.99 31.97 -
YUV 100.99 157.92 180.79 -
System Red Green Blue C M Y K H S L
Decimal 175 53 154 0 0.70 0.12 0.31 310.33 0.54 0.45
Hex AF 35 9A 0 46 C 1F 136 36 2D
Octal 257 65 232 0 106 14 37 466 66 55
Binary 10101111 110101 10011010 0 1000110 1100 11111 100110110 110110 101101

Color Harmonies of #AF359A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF359A

Black with #AF359A

Text Example


Text Example

White with #AF359A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF359A; }

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

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

background-color css

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

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

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

border-color css

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

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

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