Html Css Color HEX #AF3384 Medium Red Violet

📋 copy color: '#AF3384'

red 175 ◦ green 51 ◦ blue 132

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

Shades of Medium Red Violet #AF3384

Tints of Medium Red Violet #AF3384

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 36.87%

R = 48.88%
G = 14.25%
B = 36.87%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.25

 K value IS 0.31

RGB Variations

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

Color information

#AF3384 (or 0xAF3384) is known color: Medium Red Violet. HEX triplet: AF, 33 and 84. RGB value is (175,51,132). Sum of RGB (Red+Green+Blue) = 175+51+132=358 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.88% from 358); Green value is 51 (20.31% from 255 or 14.25% from 358); Blue value is 132 (51.95% from 255 or 36.87% from 358); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3384 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF3384 is #50CC7B. Grayscale: #616161. Windows color (decimal): -5295228 or 8663983. OLE color: 8663983.

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

Color convert

RGB 175 51 132 -
CMYK 0 0.71 0.25 0.31
HSL 320.81º 0.55% 0.44% -
HSV(B) 320.81º 0.71% 0.69% -
XYZ 23.03 13.15 23.15 -
YUV 97.31 147.58 183.41 -
System Red Green Blue C M Y K H S L
Decimal 175 51 132 0 0.71 0.25 0.31 320.81 0.55 0.44
Hex AF 33 84 0 47 19 1F 141 37 2C
Octal 257 63 204 0 107 31 37 501 67 54
Binary 10101111 110011 10000100 0 1000111 11001 11111 101000001 110111 101100

Color Harmonies of #AF3384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3384

Black with #AF3384

Text Example


Text Example

White with #AF3384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3384; }

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

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

background-color css

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

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

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

border-color css

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

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

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