Html Css Color HEX #AF238E Medium Red Violet

📋 copy color: '#AF238E'

red 175 ◦ green 35 ◦ blue 142

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

Shades of Medium Red Violet #AF238E

Tints of Medium Red Violet #AF238E

RGB

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

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

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

R = 49.72%
G = 9.94%
B = 40.34%

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

#AF238E (or 0xAF238E) is known color: Medium Red Violet. HEX triplet: AF, 23 and 8E. RGB value is (175,35,142). Sum of RGB (Red+Green+Blue) = 175+35+142=352 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.72% from 352); Green value is 35 (14.06% from 255 or 9.94% from 352); Blue value is 142 (55.86% from 255 or 40.34% from 352); Max value from RGB is 175 - color contains mainly: red. Hex color #AF238E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF238E is #50DC71. Grayscale: #585858. Windows color (decimal): -5299314 or 9315247. OLE color: 9315247.

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

Color convert

RGB 175 35 142 -
CMYK 0 0.8 0.19 0.31
HSL 314.14º 0.67% 0.41% -
HSV(B) 314.14º 0.8% 0.69% -
XYZ 23.16 12.27 26.74 -
YUV 89.06 157.88 189.3 -
System Red Green Blue C M Y K H S L
Decimal 175 35 142 0 0.8 0.19 0.31 314.14 0.67 0.41
Hex AF 23 8E 0 50 13 1F 13A 43 29
Octal 257 43 216 0 120 23 37 472 103 51
Binary 10101111 100011 10001110 0 1010000 10011 11111 100111010 1000011 101001

Color Harmonies of #AF238E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF238E

Black with #AF238E

Text Example


Text Example

White with #AF238E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF238E; }

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

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

background-color css

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

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

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

border-color css

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

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

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