Html Css Color HEX #AF228B Medium Red Violet

📋 copy color: '#AF228B'

red 175 ◦ green 34 ◦ blue 139

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

Shades of Medium Red Violet #AF228B

Tints of Medium Red Violet #AF228B

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.77%

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

R = 50.29%
G = 9.77%
B = 39.94%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.21

 K value IS 0.31

RGB Variations

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

Color information

#AF228B (or 0xAF228B) is known color: Medium Red Violet. HEX triplet: AF, 22 and 8B. RGB value is (175,34,139). Sum of RGB (Red+Green+Blue) = 175+34+139=348 (46% of max value = 765). Red value is 175 (68.75% from 255 or 50.29% from 348); Green value is 34 (13.67% from 255 or 9.77% from 348); Blue value is 139 (54.69% from 255 or 39.94% from 348); Max value from RGB is 175 - color contains mainly: red. Hex color #AF228B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF228B is #50DD74. Grayscale: #575757. Windows color (decimal): -5299573 or 9118383. OLE color: 9118383.

HSL color Cylindrical-coordinate representation of color #AF228B: hue angle of 315.32º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AF228B is Cyan = 0, Magento = 0.81, Yellow = 0.21 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 34 139 -
CMYK 0 0.81 0.21 0.31
HSL 315.32º 0.67% 0.41% -
HSV(B) 315.32º 0.81% 0.69% -
XYZ 22.91 12.12 25.56 -
YUV 88.13 156.71 189.96 -
System Red Green Blue C M Y K H S L
Decimal 175 34 139 0 0.81 0.21 0.31 315.32 0.67 0.41
Hex AF 22 8B 0 51 15 1F 13B 43 29
Octal 257 42 213 0 121 25 37 473 103 51
Binary 10101111 100010 10001011 0 1010001 10101 11111 100111011 1000011 101001

Color Harmonies of #AF228B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF228B

Black with #AF228B

Text Example


Text Example

White with #AF228B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF228B; }

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

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

background-color css

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

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

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

border-color css

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

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

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