Html Css Color HEX #AF238B Medium Red Violet

📋 copy color: '#AF238B'

red 175 ◦ green 35 ◦ blue 139

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

Shades of Medium Red Violet #AF238B

Tints of Medium Red Violet #AF238B

RGB

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

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

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

R = 50.14%
G = 10.03%
B = 39.83%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.21

 K value IS 0.31

RGB Variations

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

Color information

#AF238B (or 0xAF238B) is known color: Medium Red Violet. HEX triplet: AF, 23 and 8B. RGB value is (175,35,139). Sum of RGB (Red+Green+Blue) = 175+35+139=349 (46% of max value = 765). Red value is 175 (68.75% from 255 or 50.14% from 349); Green value is 35 (14.06% from 255 or 10.03% from 349); Blue value is 139 (54.69% from 255 or 39.83% from 349); Max value from RGB is 175 - color contains mainly: red. Hex color #AF238B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF238B is #50DC74. Grayscale: #585858. Windows color (decimal): -5299317 or 9118639. OLE color: 9118639.

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

Color convert

RGB 175 35 139 -
CMYK 0 0.8 0.21 0.31
HSL 315.43º 0.67% 0.41% -
HSV(B) 315.43º 0.8% 0.69% -
XYZ 22.94 12.18 25.57 -
YUV 88.72 156.38 189.54 -
System Red Green Blue C M Y K H S L
Decimal 175 35 139 0 0.8 0.21 0.31 315.43 0.67 0.41
Hex AF 23 8B 0 50 15 1F 13B 43 29
Octal 257 43 213 0 120 25 37 473 103 51
Binary 10101111 100011 10001011 0 1010000 10101 11111 100111011 1000011 101001

Color Harmonies of #AF238B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF238B

Black with #AF238B

Text Example


Text Example

White with #AF238B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF238B; }

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

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

background-color css

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

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

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

border-color css

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

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

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