Html Css Color HEX #AF359B Medium Red Violet

📋 copy color: '#AF359B'

red 175 ◦ green 53 ◦ blue 155

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

Shades of Medium Red Violet #AF359B

Tints of Medium Red Violet #AF359B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 40.47%

R = 45.69%
G = 13.84%
B = 40.47%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.11

 K value IS 0.31

RGB Variations

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

Color information

#AF359B (or 0xAF359B) is known color: Medium Red Violet. HEX triplet: AF, 35 and 9B. RGB value is (175,53,155). Sum of RGB (Red+Green+Blue) = 175+53+155=383 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.69% from 383); Green value is 53 (21.09% from 255 or 13.84% from 383); Blue value is 155 (60.94% from 255 or 40.47% from 383); Max value from RGB is 175 - color contains mainly: red. Hex color #AF359B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF359B is #50CA64. Grayscale: #646464. Windows color (decimal): -5294693 or 10171823. OLE color: 10171823.

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

Color convert

RGB 175 53 155 -
CMYK 0 0.70 0.11 0.31
HSL 309.84º 0.54% 0.45% -
HSV(B) 309.84º 0.7% 0.69% -
XYZ 24.87 14.03 32.41 -
YUV 101.11 158.42 180.71 -
System Red Green Blue C M Y K H S L
Decimal 175 53 155 0 0.70 0.11 0.31 309.84 0.54 0.45
Hex AF 35 9B 0 46 B 1F 136 36 2D
Octal 257 65 233 0 106 13 37 466 66 55
Binary 10101111 110101 10011011 0 1000110 1011 11111 100110110 110110 101101

Color Harmonies of #AF359B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF359B

Black with #AF359B

Text Example


Text Example

White with #AF359B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF359B; }

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

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

background-color css

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

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

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

border-color css

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

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

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