Html Css Color HEX #AF228D Medium Red Violet

📋 copy color: '#AF228D'

red 175 ◦ green 34 ◦ blue 141

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

Shades of Medium Red Violet #AF228D

Tints of Medium Red Violet #AF228D

RGB

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

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

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

R = 50%
G = 9.71%
B = 40.29%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.19

 K value IS 0.31

RGB Variations

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

Color information

#AF228D (or 0xAF228D) is known color: Medium Red Violet. HEX triplet: AF, 22 and 8D. RGB value is (175,34,141). Sum of RGB (Red+Green+Blue) = 175+34+141=350 (46% of max value = 765). Red value is 175 (68.75% from 255 or 50% from 350); Green value is 34 (13.67% from 255 or 9.71% from 350); Blue value is 141 (55.47% from 255 or 40.29% from 350); Max value from RGB is 175 - color contains mainly: red. Hex color #AF228D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF228D is #50DD72. Grayscale: #585858. Windows color (decimal): -5299571 or 9249455. OLE color: 9249455.

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

Color convert

RGB 175 34 141 -
CMYK 0 0.81 0.19 0.31
HSL 314.47º 0.67% 0.41% -
HSV(B) 314.47º 0.81% 0.69% -
XYZ 23.06 12.18 26.34 -
YUV 88.36 157.71 189.8 -
System Red Green Blue C M Y K H S L
Decimal 175 34 141 0 0.81 0.19 0.31 314.47 0.67 0.41
Hex AF 22 8D 0 51 13 1F 13A 43 29
Octal 257 42 215 0 121 23 37 472 103 51
Binary 10101111 100010 10001101 0 1010001 10011 11111 100111010 1000011 101001

Color Harmonies of #AF228D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF228D

Black with #AF228D

Text Example


Text Example

White with #AF228D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF228D; }

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

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

background-color css

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

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

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

border-color css

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

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

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