Html Css Color HEX #AF338E Medium Red Violet

📋 copy color: '#AF338E'

red 175 ◦ green 51 ◦ blue 142

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

Shades of Medium Red Violet #AF338E

Tints of Medium Red Violet #AF338E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 38.59%

R = 47.55%
G = 13.86%
B = 38.59%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.19

 K value IS 0.31

RGB Variations

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

Color information

#AF338E (or 0xAF338E) is known color: Medium Red Violet. HEX triplet: AF, 33 and 8E. RGB value is (175,51,142). Sum of RGB (Red+Green+Blue) = 175+51+142=368 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.55% from 368); Green value is 51 (20.31% from 255 or 13.86% from 368); Blue value is 142 (55.86% from 255 or 38.59% from 368); Max value from RGB is 175 - color contains mainly: red. Hex color #AF338E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF338E is #50CC71. Grayscale: #626262. Windows color (decimal): -5295218 or 9319343. OLE color: 9319343.

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

Color convert

RGB 175 51 142 -
CMYK 0 0.71 0.19 0.31
HSL 315.97º 0.55% 0.44% -
HSV(B) 315.97º 0.71% 0.69% -
XYZ 23.75 13.43 26.93 -
YUV 98.45 152.58 182.6 -
System Red Green Blue C M Y K H S L
Decimal 175 51 142 0 0.71 0.19 0.31 315.97 0.55 0.44
Hex AF 33 8E 0 47 13 1F 13C 37 2C
Octal 257 63 216 0 107 23 37 474 67 54
Binary 10101111 110011 10001110 0 1000111 10011 11111 100111100 110111 101100

Color Harmonies of #AF338E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF338E

Black with #AF338E

Text Example


Text Example

White with #AF338E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF338E; }

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

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

background-color css

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

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

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

border-color css

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

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

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