Html Css Color HEX #AF3D9D Medium Red Violet

📋 copy color: '#AF3D9D'

red 175 ◦ green 61 ◦ blue 157

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

Shades of Medium Red Violet #AF3D9D

Tints of Medium Red Violet #AF3D9D

RGB

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

 GREEN value IS 61 (24.22% from 255) = 15.52%

 BLUE value IS 157 (61.72% from 255) = 39.95%

R = 44.53%
G = 15.52%
B = 39.95%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#AF3D9D (or 0xAF3D9D) is known color: Medium Red Violet. HEX triplet: AF, 3D and 9D. RGB value is (175,61,157). Sum of RGB (Red+Green+Blue) = 175+61+157=393 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.53% from 393); Green value is 61 (24.22% from 255 or 15.52% from 393); Blue value is 157 (61.72% from 255 or 39.95% from 393); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3D9D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF3D9D is #50C262. Grayscale: #696969. Windows color (decimal): -5292643 or 10304943. OLE color: 10304943.

HSL color Cylindrical-coordinate representation of color #AF3D9D: hue angle of 309.47º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AF3D9D is Cyan = 0, Magento = 0.65, Yellow = 0.10 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 61 157 -
CMYK 0 0.65 0.10 0.31
HSL 309.47º 0.48% 0.46% -
HSV(B) 309.47º 0.65% 0.69% -
XYZ 25.43 14.89 33.43 -
YUV 106.03 156.77 177.19 -
System Red Green Blue C M Y K H S L
Decimal 175 61 157 0 0.65 0.10 0.31 309.47 0.48 0.46
Hex AF 3D 9D 0 41 A 1F 135 30 2E
Octal 257 75 235 0 101 12 37 465 60 56
Binary 10101111 111101 10011101 0 1000001 1010 11111 100110101 110000 101110

Color Harmonies of #AF3D9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3D9D

Black with #AF3D9D

Text Example


Text Example

White with #AF3D9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3D9D; }

 p { color: rgb(175,61,157); }

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

background-color css

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

 a { background-color: rgb(175,61,157); }

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

border-color css

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

 span { border-color: rgb(175,61,157); }

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