Html Css Color HEX #AF23AA Medium Red Violet

📋 copy color: '#AF23AA'

red 175 ◦ green 35 ◦ blue 170

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

Shades of Medium Red Violet #AF23AA

Tints of Medium Red Violet #AF23AA

RGB

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

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

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

R = 46.05%
G = 9.21%
B = 44.74%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.03

 K value IS 0.31

RGB Variations

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

Color information

#AF23AA (or 0xAF23AA) is known color: Medium Red Violet. HEX triplet: AF, 23 and AA. RGB value is (175,35,170). Sum of RGB (Red+Green+Blue) = 175+35+170=380 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.05% from 380); Green value is 35 (14.06% from 255 or 9.21% from 380); Blue value is 170 (66.80% from 255 or 44.74% from 380); Max value from RGB is 175 - color contains mainly: red. Hex color #AF23AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF23AA is #50DC55. Grayscale: #5B5B5B. Windows color (decimal): -5299286 or 11150255. OLE color: 11150255.

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

Color convert

RGB 175 35 170 -
CMYK 0 0.8 0.03 0.31
HSL 302.14º 0.67% 0.41% -
HSV(B) 302.14º 0.8% 0.69% -
XYZ 25.54 13.22 39.24 -
YUV 92.25 171.88 187.02 -
System Red Green Blue C M Y K H S L
Decimal 175 35 170 0 0.8 0.03 0.31 302.14 0.67 0.41
Hex AF 23 AA 0 50 3 1F 12E 43 29
Octal 257 43 252 0 120 3 37 456 103 51
Binary 10101111 100011 10101010 0 1010000 11 11111 100101110 1000011 101001

Color Harmonies of #AF23AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF23AA

Black with #AF23AA

Text Example


Text Example

White with #AF23AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF23AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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