Html Css Color HEX #AF238F Medium Red Violet

📋 copy color: '#AF238F'

red 175 ◦ green 35 ◦ blue 143

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

Shades of Medium Red Violet #AF238F

Tints of Medium Red Violet #AF238F

RGB

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

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

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

R = 49.58%
G = 9.92%
B = 40.51%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#AF238F (or 0xAF238F) is known color: Medium Red Violet. HEX triplet: AF, 23 and 8F. RGB value is (175,35,143). Sum of RGB (Red+Green+Blue) = 175+35+143=353 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.58% from 353); Green value is 35 (14.06% from 255 or 9.92% from 353); Blue value is 143 (56.25% from 255 or 40.51% from 353); Max value from RGB is 175 - color contains mainly: red. Hex color #AF238F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF238F is #50DC70. Grayscale: #585858. Windows color (decimal): -5299313 or 9380783. OLE color: 9380783.

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

Color convert

RGB 175 35 143 -
CMYK 0 0.8 0.18 0.31
HSL 313.71º 0.67% 0.41% -
HSV(B) 313.71º 0.8% 0.69% -
XYZ 23.24 12.3 27.14 -
YUV 89.17 158.38 189.22 -
System Red Green Blue C M Y K H S L
Decimal 175 35 143 0 0.8 0.18 0.31 313.71 0.67 0.41
Hex AF 23 8F 0 50 12 1F 13A 43 29
Octal 257 43 217 0 120 22 37 472 103 51
Binary 10101111 100011 10001111 0 1010000 10010 11111 100111010 1000011 101001

Color Harmonies of #AF238F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF238F

Black with #AF238F

Text Example


Text Example

White with #AF238F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF238F; }

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

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

background-color css

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

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

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

border-color css

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

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

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