Html Css Color HEX #AF3387 Medium Red Violet

📋 copy color: '#AF3387'

red 175 ◦ green 51 ◦ blue 135

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

Shades of Medium Red Violet #AF3387

Tints of Medium Red Violet #AF3387

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 37.4%

R = 48.48%
G = 14.13%
B = 37.4%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.23

 K value IS 0.31

RGB Variations

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

Color information

#AF3387 (or 0xAF3387) is known color: Medium Red Violet. HEX triplet: AF, 33 and 87. RGB value is (175,51,135). Sum of RGB (Red+Green+Blue) = 175+51+135=361 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.48% from 361); Green value is 51 (20.31% from 255 or 14.13% from 361); Blue value is 135 (53.12% from 255 or 37.40% from 361); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3387 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF3387 is #50CC78. Grayscale: #616161. Windows color (decimal): -5295225 or 8860591. OLE color: 8860591.

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

Color convert

RGB 175 51 135 -
CMYK 0 0.71 0.23 0.31
HSL 319.35º 0.55% 0.44% -
HSV(B) 319.35º 0.71% 0.69% -
XYZ 23.24 13.23 24.25 -
YUV 97.65 149.08 183.17 -
System Red Green Blue C M Y K H S L
Decimal 175 51 135 0 0.71 0.23 0.31 319.35 0.55 0.44
Hex AF 33 87 0 47 17 1F 13F 37 2C
Octal 257 63 207 0 107 27 37 477 67 54
Binary 10101111 110011 10000111 0 1000111 10111 11111 100111111 110111 101100

Color Harmonies of #AF3387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3387

Black with #AF3387

Text Example


Text Example

White with #AF3387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3387; }

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

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

background-color css

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

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

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

border-color css

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

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

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