Html Css Color HEX #AF338F Medium Red Violet

📋 copy color: '#AF338F'

red 175 ◦ green 51 ◦ blue 143

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

Shades of Medium Red Violet #AF338F

Tints of Medium Red Violet #AF338F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 38.75%

R = 47.43%
G = 13.82%
B = 38.75%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#AF338F (or 0xAF338F) is known color: Medium Red Violet. HEX triplet: AF, 33 and 8F. RGB value is (175,51,143). Sum of RGB (Red+Green+Blue) = 175+51+143=369 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.43% from 369); Green value is 51 (20.31% from 255 or 13.82% from 369); Blue value is 143 (56.25% from 255 or 38.75% from 369); Max value from RGB is 175 - color contains mainly: red. Hex color #AF338F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF338F is #50CC70. Grayscale: #626262. Windows color (decimal): -5295217 or 9384879. OLE color: 9384879.

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

Color convert

RGB 175 51 143 -
CMYK 0 0.71 0.18 0.31
HSL 315.48º 0.55% 0.44% -
HSV(B) 315.48º 0.71% 0.69% -
XYZ 23.82 13.46 27.33 -
YUV 98.56 153.08 182.52 -
System Red Green Blue C M Y K H S L
Decimal 175 51 143 0 0.71 0.18 0.31 315.48 0.55 0.44
Hex AF 33 8F 0 47 12 1F 13B 37 2C
Octal 257 63 217 0 107 22 37 473 67 54
Binary 10101111 110011 10001111 0 1000111 10010 11111 100111011 110111 101100

Color Harmonies of #AF338F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF338F

Black with #AF338F

Text Example


Text Example

White with #AF338F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF338F; }

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

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

background-color css

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

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

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

border-color css

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

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

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