Html Css Color HEX #AF247D Medium Red Violet

📋 copy color: '#AF247D'

red 175 ◦ green 36 ◦ blue 125

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

Shades of Medium Red Violet #AF247D

Tints of Medium Red Violet #AF247D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 37.2%

R = 52.08%
G = 10.71%
B = 37.2%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#AF247D (or 0xAF247D) is known color: Medium Red Violet. HEX triplet: AF, 24 and 7D. RGB value is (175,36,125). Sum of RGB (Red+Green+Blue) = 175+36+125=336 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.08% from 336); Green value is 36 (14.45% from 255 or 10.71% from 336); Blue value is 125 (49.22% from 255 or 37.20% from 336); Max value from RGB is 175 - color contains mainly: red. Hex color #AF247D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF247D is #50DB82. Grayscale: #575757. Windows color (decimal): -5299075 or 8201391. OLE color: 8201391.

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

Color convert

RGB 175 36 125 -
CMYK 0 0.79 0.29 0.31
HSL 321.58º 0.66% 0.41% -
HSV(B) 321.58º 0.79% 0.69% -
XYZ 22.01 11.86 20.53 -
YUV 87.71 149.05 190.26 -
System Red Green Blue C M Y K H S L
Decimal 175 36 125 0 0.79 0.29 0.31 321.58 0.66 0.41
Hex AF 24 7D 0 4F 1D 1F 142 42 29
Octal 257 44 175 0 117 35 37 502 102 51
Binary 10101111 100100 1111101 0 1001111 11101 11111 101000010 1000010 101001

Color Harmonies of #AF247D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF247D

Black with #AF247D

Text Example


Text Example

White with #AF247D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF247D; }

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

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

background-color css

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

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

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

border-color css

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

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

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