Html Css Color HEX #AF24A0 Medium Red Violet

📋 copy color: '#AF24A0'

red 175 ◦ green 36 ◦ blue 160

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

Shades of Medium Red Violet #AF24A0

Tints of Medium Red Violet #AF24A0

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.7%

 BLUE value IS 160 (62.89% from 255) = 43.13%

R = 47.17%
G = 9.7%
B = 43.13%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.09

 K value IS 0.31

RGB Variations

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

Color information

#AF24A0 (or 0xAF24A0) is known color: Medium Red Violet. HEX triplet: AF, 24 and A0. RGB value is (175,36,160). Sum of RGB (Red+Green+Blue) = 175+36+160=371 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.17% from 371); Green value is 36 (14.45% from 255 or 9.70% from 371); Blue value is 160 (62.89% from 255 or 43.13% from 371); Max value from RGB is 175 - color contains mainly: red. Hex color #AF24A0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF24A0 is #50DB5F. Grayscale: #5B5B5B. Windows color (decimal): -5299040 or 10495151. OLE color: 10495151.

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

Color convert

RGB 175 36 160 -
CMYK 0 0.79 0.09 0.31
HSL 306.47º 0.66% 0.41% -
HSV(B) 306.47º 0.79% 0.69% -
XYZ 24.66 12.91 34.45 -
YUV 91.7 166.55 187.42 -
System Red Green Blue C M Y K H S L
Decimal 175 36 160 0 0.79 0.09 0.31 306.47 0.66 0.41
Hex AF 24 A0 0 4F 9 1F 132 42 29
Octal 257 44 240 0 117 11 37 462 102 51
Binary 10101111 100100 10100000 0 1001111 1001 11111 100110010 1000010 101001

Color Harmonies of #AF24A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF24A0

Black with #AF24A0

Text Example


Text Example

White with #AF24A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF24A0; }

 p { color: rgb(175,36,160); }

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

background-color css

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

 a { background-color: rgb(175,36,160); }

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

border-color css

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

 span { border-color: rgb(175,36,160); }

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