Html Css Color HEX #AF21AA Medium Red Violet

📋 copy color: '#AF21AA'

red 175 ◦ green 33 ◦ blue 170

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

Shades of Medium Red Violet #AF21AA

Tints of Medium Red Violet #AF21AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 44.97%

R = 46.3%
G = 8.73%
B = 44.97%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.03

 K value IS 0.31

RGB Variations

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

Color information

#AF21AA (or 0xAF21AA) is known color: Medium Red Violet. HEX triplet: AF, 21 and AA. RGB value is (175,33,170). Sum of RGB (Red+Green+Blue) = 175+33+170=378 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.30% from 378); Green value is 33 (13.28% from 255 or 8.73% from 378); Blue value is 170 (66.80% from 255 or 44.97% from 378); Max value from RGB is 175 - color contains mainly: red. Hex color #AF21AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF21AA is #50DE55. Grayscale: #5A5A5A. Windows color (decimal): -5299798 or 11149743. OLE color: 11149743.

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

Color convert

RGB 175 33 170 -
CMYK 0 0.81 0.03 0.31
HSL 302.11º 0.68% 0.41% -
HSV(B) 302.11º 0.81% 0.69% -
XYZ 25.48 13.1 39.22 -
YUV 91.08 172.54 187.86 -
System Red Green Blue C M Y K H S L
Decimal 175 33 170 0 0.81 0.03 0.31 302.11 0.68 0.41
Hex AF 21 AA 0 51 3 1F 12E 44 29
Octal 257 41 252 0 121 3 37 456 104 51
Binary 10101111 100001 10101010 0 1010001 11 11111 100101110 1000100 101001

Color Harmonies of #AF21AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF21AA

Black with #AF21AA

Text Example


Text Example

White with #AF21AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF21AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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