Html Css Color HEX #AF238A Medium Red Violet

📋 copy color: '#AF238A'

red 175 ◦ green 35 ◦ blue 138

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

Shades of Medium Red Violet #AF238A

Tints of Medium Red Violet #AF238A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 39.66%

R = 50.29%
G = 10.06%
B = 39.66%

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

#AF238A (or 0xAF238A) is known color: Medium Red Violet. HEX triplet: AF, 23 and 8A. RGB value is (175,35,138). Sum of RGB (Red+Green+Blue) = 175+35+138=348 (46% of max value = 765). Red value is 175 (68.75% from 255 or 50.29% from 348); Green value is 35 (14.06% from 255 or 10.06% from 348); Blue value is 138 (54.30% from 255 or 39.66% from 348); Max value from RGB is 175 - color contains mainly: red. Hex color #AF238A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF238A is #50DC75. Grayscale: #585858. Windows color (decimal): -5299318 or 9053103. OLE color: 9053103.

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

Color convert

RGB 175 35 138 -
CMYK 0 0.8 0.21 0.31
HSL 315.86º 0.67% 0.41% -
HSV(B) 315.86º 0.8% 0.69% -
XYZ 22.87 12.15 25.18 -
YUV 88.6 155.88 189.62 -
System Red Green Blue C M Y K H S L
Decimal 175 35 138 0 0.8 0.21 0.31 315.86 0.67 0.41
Hex AF 23 8A 0 50 15 1F 13C 43 29
Octal 257 43 212 0 120 25 37 474 103 51
Binary 10101111 100011 10001010 0 1010000 10101 11111 100111100 1000011 101001

Color Harmonies of #AF238A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF238A

Black with #AF238A

Text Example


Text Example

White with #AF238A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF238A; }

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

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

background-color css

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

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

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

border-color css

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

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

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