Html Css Color HEX #AF21A8 Medium Red Violet

📋 copy color: '#AF21A8'

red 175 ◦ green 33 ◦ blue 168

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

Shades of Medium Red Violet #AF21A8

Tints of Medium Red Violet #AF21A8

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.78%

 BLUE value IS 168 (66.02% from 255) = 44.68%

R = 46.54%
G = 8.78%
B = 44.68%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.04

 K value IS 0.31

RGB Variations

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

Color information

#AF21A8 (or 0xAF21A8) is known color: Medium Red Violet. HEX triplet: AF, 21 and A8. RGB value is (175,33,168). Sum of RGB (Red+Green+Blue) = 175+33+168=376 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.54% from 376); Green value is 33 (13.28% from 255 or 8.78% from 376); Blue value is 168 (66.02% from 255 or 44.68% from 376); Max value from RGB is 175 - color contains mainly: red. Hex color #AF21A8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF21A8 is #50DE57. Grayscale: #5A5A5A. Windows color (decimal): -5299800 or 11018671. OLE color: 11018671.

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

Color convert

RGB 175 33 168 -
CMYK 0 0.81 0.04 0.31
HSL 302.96º 0.68% 0.41% -
HSV(B) 302.96º 0.81% 0.69% -
XYZ 25.29 13.03 38.23 -
YUV 90.85 171.54 188.02 -
System Red Green Blue C M Y K H S L
Decimal 175 33 168 0 0.81 0.04 0.31 302.96 0.68 0.41
Hex AF 21 A8 0 51 4 1F 12F 44 29
Octal 257 41 250 0 121 4 37 457 104 51
Binary 10101111 100001 10101000 0 1010001 100 11111 100101111 1000100 101001

Color Harmonies of #AF21A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF21A8

Black with #AF21A8

Text Example


Text Example

White with #AF21A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF21A8; }

 p { color: rgb(175,33,168); }

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

background-color css

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

 a { background-color: rgb(175,33,168); }

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

border-color css

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

 span { border-color: rgb(175,33,168); }

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