Html Css Color HEX #AF338B Medium Red Violet

📋 copy color: '#AF338B'

red 175 ◦ green 51 ◦ blue 139

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

Shades of Medium Red Violet #AF338B

Tints of Medium Red Violet #AF338B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 38.08%

R = 47.95%
G = 13.97%
B = 38.08%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.21

 K value IS 0.31

RGB Variations

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

Color information

#AF338B (or 0xAF338B) is known color: Medium Red Violet. HEX triplet: AF, 33 and 8B. RGB value is (175,51,139). Sum of RGB (Red+Green+Blue) = 175+51+139=365 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.95% from 365); Green value is 51 (20.31% from 255 or 13.97% from 365); Blue value is 139 (54.69% from 255 or 38.08% from 365); Max value from RGB is 175 - color contains mainly: red. Hex color #AF338B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF338B is #50CC74. Grayscale: #616161. Windows color (decimal): -5295221 or 9122735. OLE color: 9122735.

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

Color convert

RGB 175 51 139 -
CMYK 0 0.71 0.21 0.31
HSL 317.42º 0.55% 0.44% -
HSV(B) 317.42º 0.71% 0.69% -
XYZ 23.52 13.35 25.76 -
YUV 98.11 151.08 182.84 -
System Red Green Blue C M Y K H S L
Decimal 175 51 139 0 0.71 0.21 0.31 317.42 0.55 0.44
Hex AF 33 8B 0 47 15 1F 13D 37 2C
Octal 257 63 213 0 107 25 37 475 67 54
Binary 10101111 110011 10001011 0 1000111 10101 11111 100111101 110111 101100

Color Harmonies of #AF338B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF338B

Black with #AF338B

Text Example


Text Example

White with #AF338B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF338B; }

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

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

background-color css

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

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

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

border-color css

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

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

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