Html Css Color HEX #AF239D Medium Red Violet

📋 copy color: '#AF239D'

red 175 ◦ green 35 ◦ blue 157

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

Shades of Medium Red Violet #AF239D

Tints of Medium Red Violet #AF239D

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.54%

 BLUE value IS 157 (61.72% from 255) = 42.78%

R = 47.68%
G = 9.54%
B = 42.78%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#AF239D (or 0xAF239D) is known color: Medium Red Violet. HEX triplet: AF, 23 and 9D. RGB value is (175,35,157). Sum of RGB (Red+Green+Blue) = 175+35+157=367 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.68% from 367); Green value is 35 (14.06% from 255 or 9.54% from 367); Blue value is 157 (61.72% from 255 or 42.78% from 367); Max value from RGB is 175 - color contains mainly: red. Hex color #AF239D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF239D is #50DC62. Grayscale: #5A5A5A. Windows color (decimal): -5299299 or 10298287. OLE color: 10298287.

HSL color Cylindrical-coordinate representation of color #AF239D: hue angle of 307.71º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AF239D is Cyan = 0, Magento = 0.8, Yellow = 0.10 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 35 157 -
CMYK 0 0.8 0.10 0.31
HSL 307.71º 0.67% 0.41% -
HSV(B) 307.71º 0.8% 0.69% -
XYZ 24.37 12.75 33.08 -
YUV 90.77 165.38 188.08 -
System Red Green Blue C M Y K H S L
Decimal 175 35 157 0 0.8 0.10 0.31 307.71 0.67 0.41
Hex AF 23 9D 0 50 A 1F 134 43 29
Octal 257 43 235 0 120 12 37 464 103 51
Binary 10101111 100011 10011101 0 1010000 1010 11111 100110100 1000011 101001

Color Harmonies of #AF239D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF239D

Black with #AF239D

Text Example


Text Example

White with #AF239D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF239D; }

 p { color: rgb(175,35,157); }

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

background-color css

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

 a { background-color: rgb(175,35,157); }

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

border-color css

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

 span { border-color: rgb(175,35,157); }

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