Html Css Color HEX #AF338D Medium Red Violet

📋 copy color: '#AF338D'

red 175 ◦ green 51 ◦ blue 141

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

Shades of Medium Red Violet #AF338D

Tints of Medium Red Violet #AF338D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 13.9%

 BLUE value IS 141 (55.47% from 255) = 38.42%

R = 47.68%
G = 13.9%
B = 38.42%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.19

 K value IS 0.31

RGB Variations

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

Color information

#AF338D (or 0xAF338D) is known color: Medium Red Violet. HEX triplet: AF, 33 and 8D. RGB value is (175,51,141). Sum of RGB (Red+Green+Blue) = 175+51+141=367 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.68% from 367); Green value is 51 (20.31% from 255 or 13.90% from 367); Blue value is 141 (55.47% from 255 or 38.42% from 367); Max value from RGB is 175 - color contains mainly: red. Hex color #AF338D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF338D is #50CC72. Grayscale: #626262. Windows color (decimal): -5295219 or 9253807. OLE color: 9253807.

HSL color Cylindrical-coordinate representation of color #AF338D: hue angle of 316.45º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AF338D is Cyan = 0, Magento = 0.71, Yellow = 0.19 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 51 141 -
CMYK 0 0.71 0.19 0.31
HSL 316.45º 0.55% 0.44% -
HSV(B) 316.45º 0.71% 0.69% -
XYZ 23.67 13.4 26.54 -
YUV 98.34 152.08 182.68 -
System Red Green Blue C M Y K H S L
Decimal 175 51 141 0 0.71 0.19 0.31 316.45 0.55 0.44
Hex AF 33 8D 0 47 13 1F 13C 37 2C
Octal 257 63 215 0 107 23 37 474 67 54
Binary 10101111 110011 10001101 0 1000111 10011 11111 100111100 110111 101100

Color Harmonies of #AF338D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF338D

Black with #AF338D

Text Example


Text Example

White with #AF338D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF338D; }

 p { color: rgb(175,51,141); }

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

background-color css

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

 a { background-color: rgb(175,51,141); }

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

border-color css

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

 span { border-color: rgb(175,51,141); }

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