Html Css Color HEX #AF3D9F Medium Red Violet

📋 copy color: '#AF3D9F'

red 175 ◦ green 61 ◦ blue 159

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

Shades of Medium Red Violet #AF3D9F

Tints of Medium Red Violet #AF3D9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 40.25%

R = 44.3%
G = 15.44%
B = 40.25%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.09

 K value IS 0.31

RGB Variations

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

Color information

#AF3D9F (or 0xAF3D9F) is known color: Medium Red Violet. HEX triplet: AF, 3D and 9F. RGB value is (175,61,159). Sum of RGB (Red+Green+Blue) = 175+61+159=395 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.30% from 395); Green value is 61 (24.22% from 255 or 15.44% from 395); Blue value is 159 (62.5% from 255 or 40.25% from 395); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3D9F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF3D9F is #50C260. Grayscale: #696969. Windows color (decimal): -5292641 or 10436015. OLE color: 10436015.

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

Color convert

RGB 175 61 159 -
CMYK 0 0.65 0.09 0.31
HSL 308.42º 0.48% 0.46% -
HSV(B) 308.42º 0.65% 0.69% -
XYZ 25.61 14.95 34.34 -
YUV 106.26 157.77 177.03 -
System Red Green Blue C M Y K H S L
Decimal 175 61 159 0 0.65 0.09 0.31 308.42 0.48 0.46
Hex AF 3D 9F 0 41 9 1F 134 30 2E
Octal 257 75 237 0 101 11 37 464 60 56
Binary 10101111 111101 10011111 0 1000001 1001 11111 100110100 110000 101110

Color Harmonies of #AF3D9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3D9F

Black with #AF3D9F

Text Example


Text Example

White with #AF3D9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3D9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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