Html Css Color HEX #AF3389 Medium Red Violet

📋 copy color: '#AF3389'

red 175 ◦ green 51 ◦ blue 137

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

Shades of Medium Red Violet #AF3389

Tints of Medium Red Violet #AF3389

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 37.74%

R = 48.21%
G = 14.05%
B = 37.74%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.22

 K value IS 0.31

RGB Variations

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

Color information

#AF3389 (or 0xAF3389) is known color: Medium Red Violet. HEX triplet: AF, 33 and 89. RGB value is (175,51,137). Sum of RGB (Red+Green+Blue) = 175+51+137=363 (48% of max value = 765). Red value is 175 (68.75% from 255 or 48.21% from 363); Green value is 51 (20.31% from 255 or 14.05% from 363); Blue value is 137 (53.91% from 255 or 37.74% from 363); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3389 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF3389 is #50CC76. Grayscale: #616161. Windows color (decimal): -5295223 or 8991663. OLE color: 8991663.

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

Color convert

RGB 175 51 137 -
CMYK 0 0.71 0.22 0.31
HSL 318.39º 0.55% 0.44% -
HSV(B) 318.39º 0.71% 0.69% -
XYZ 23.38 13.29 25 -
YUV 97.88 150.08 183.01 -
System Red Green Blue C M Y K H S L
Decimal 175 51 137 0 0.71 0.22 0.31 318.39 0.55 0.44
Hex AF 33 89 0 47 16 1F 13E 37 2C
Octal 257 63 211 0 107 26 37 476 67 54
Binary 10101111 110011 10001001 0 1000111 10110 11111 100111110 110111 101100

Color Harmonies of #AF3389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3389

Black with #AF3389

Text Example


Text Example

White with #AF3389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3389; }

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

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

background-color css

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

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

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

border-color css

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

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

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