Html Css Color HEX #AF338C Medium Red Violet

📋 copy color: '#AF338C'

red 175 ◦ green 51 ◦ blue 140

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

Shades of Medium Red Violet #AF338C

Tints of Medium Red Violet #AF338C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 38.25%

R = 47.81%
G = 13.93%
B = 38.25%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.2

 K value IS 0.31

RGB Variations

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

Color information

#AF338C (or 0xAF338C) is known color: Medium Red Violet. HEX triplet: AF, 33 and 8C. RGB value is (175,51,140). Sum of RGB (Red+Green+Blue) = 175+51+140=366 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.81% from 366); Green value is 51 (20.31% from 255 or 13.93% from 366); Blue value is 140 (55.08% from 255 or 38.25% from 366); Max value from RGB is 175 - color contains mainly: red. Hex color #AF338C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF338C is #50CC73. Grayscale: #616161. Windows color (decimal): -5295220 or 9188271. OLE color: 9188271.

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

Color convert

RGB 175 51 140 -
CMYK 0 0.71 0.2 0.31
HSL 316.94º 0.55% 0.44% -
HSV(B) 316.94º 0.71% 0.69% -
XYZ 23.6 13.38 26.15 -
YUV 98.22 151.58 182.76 -
System Red Green Blue C M Y K H S L
Decimal 175 51 140 0 0.71 0.2 0.31 316.94 0.55 0.44
Hex AF 33 8C 0 47 14 1F 13D 37 2C
Octal 257 63 214 0 107 24 37 475 67 54
Binary 10101111 110011 10001100 0 1000111 10100 11111 100111101 110111 101100

Color Harmonies of #AF338C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF338C

Black with #AF338C

Text Example


Text Example

White with #AF338C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF338C; }

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

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

background-color css

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

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

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

border-color css

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

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

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