Html Css Color HEX #AF238D Medium Red Violet

📋 copy color: '#AF238D'

red 175 ◦ green 35 ◦ blue 141

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

Shades of Medium Red Violet #AF238D

Tints of Medium Red Violet #AF238D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 40.17%

R = 49.86%
G = 9.97%
B = 40.17%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.19

 K value IS 0.31

RGB Variations

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

Color information

#AF238D (or 0xAF238D) is known color: Medium Red Violet. HEX triplet: AF, 23 and 8D. RGB value is (175,35,141). Sum of RGB (Red+Green+Blue) = 175+35+141=351 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.86% from 351); Green value is 35 (14.06% from 255 or 9.97% from 351); Blue value is 141 (55.47% from 255 or 40.17% from 351); Max value from RGB is 175 - color contains mainly: red. Hex color #AF238D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF238D is #50DC72. Grayscale: #585858. Windows color (decimal): -5299315 or 9249711. OLE color: 9249711.

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

Color convert

RGB 175 35 141 -
CMYK 0 0.8 0.19 0.31
HSL 314.57º 0.67% 0.41% -
HSV(B) 314.57º 0.8% 0.69% -
XYZ 23.09 12.24 26.34 -
YUV 88.94 157.38 189.38 -
System Red Green Blue C M Y K H S L
Decimal 175 35 141 0 0.8 0.19 0.31 314.57 0.67 0.41
Hex AF 23 8D 0 50 13 1F 13B 43 29
Octal 257 43 215 0 120 23 37 473 103 51
Binary 10101111 100011 10001101 0 1010000 10011 11111 100111011 1000011 101001

Color Harmonies of #AF238D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF238D

Black with #AF238D

Text Example


Text Example

White with #AF238D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF238D; }

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

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

background-color css

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

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

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

border-color css

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

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

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