Html Css Color HEX #AF25AA Medium Red Violet

📋 copy color: '#AF25AA'

red 175 ◦ green 37 ◦ blue 170

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

Shades of Medium Red Violet #AF25AA

Tints of Medium Red Violet #AF25AA

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.69%

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

R = 45.81%
G = 9.69%
B = 44.5%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.03

 K value IS 0.31

RGB Variations

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

Color information

#AF25AA (or 0xAF25AA) is known color: Medium Red Violet. HEX triplet: AF, 25 and AA. RGB value is (175,37,170). Sum of RGB (Red+Green+Blue) = 175+37+170=382 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.81% from 382); Green value is 37 (14.84% from 255 or 9.69% from 382); Blue value is 170 (66.80% from 255 or 44.50% from 382); Max value from RGB is 175 - color contains mainly: red. Hex color #AF25AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF25AA is #50DA55. Grayscale: #5D5D5D. Windows color (decimal): -5298774 or 11150767. OLE color: 11150767.

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

Color convert

RGB 175 37 170 -
CMYK 0 0.79 0.03 0.31
HSL 302.17º 0.65% 0.42% -
HSV(B) 302.17º 0.79% 0.69% -
XYZ 25.6 13.34 39.26 -
YUV 93.42 171.22 186.19 -
System Red Green Blue C M Y K H S L
Decimal 175 37 170 0 0.79 0.03 0.31 302.17 0.65 0.42
Hex AF 25 AA 0 4F 3 1F 12E 41 2A
Octal 257 45 252 0 117 3 37 456 101 52
Binary 10101111 100101 10101010 0 1001111 11 11111 100101110 1000001 101010

Color Harmonies of #AF25AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF25AA

Black with #AF25AA

Text Example


Text Example

White with #AF25AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF25AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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