Html Css Color HEX #AF307F Medium Red Violet

📋 copy color: '#AF307F'

red 175 ◦ green 48 ◦ blue 127

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

Shades of Medium Red Violet #AF307F

Tints of Medium Red Violet #AF307F

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.71%

 BLUE value IS 127 (50% from 255) = 36.29%

R = 50%
G = 13.71%
B = 36.29%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#AF307F (or 0xAF307F) is known color: Medium Red Violet. HEX triplet: AF, 30 and 7F. RGB value is (175,48,127). Sum of RGB (Red+Green+Blue) = 175+48+127=350 (46% of max value = 765). Red value is 175 (68.75% from 255 or 50% from 350); Green value is 48 (19.14% from 255 or 13.71% from 350); Blue value is 127 (50% from 255 or 36.29% from 350); Max value from RGB is 175 - color contains mainly: red. Hex color #AF307F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF307F is #50CF80. Grayscale: #5E5E5E. Windows color (decimal): -5296001 or 8335535. OLE color: 8335535.

HSL color Cylindrical-coordinate representation of color #AF307F: hue angle of 322.68º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AF307F is Cyan = 0, Magento = 0.73, Yellow = 0.27 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 48 127 -
CMYK 0 0.73 0.27 0.31
HSL 322.68º 0.57% 0.44% -
HSV(B) 322.68º 0.73% 0.69% -
XYZ 22.57 12.76 21.35 -
YUV 94.98 146.08 185.08 -
System Red Green Blue C M Y K H S L
Decimal 175 48 127 0 0.73 0.27 0.31 322.68 0.57 0.44
Hex AF 30 7F 0 49 1B 1F 143 39 2C
Octal 257 60 177 0 111 33 37 503 71 54
Binary 10101111 110000 1111111 0 1001001 11011 11111 101000011 111001 101100

Color Harmonies of #AF307F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF307F

Black with #AF307F

Text Example


Text Example

White with #AF307F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF307F; }

 p { color: rgb(175,48,127); }

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

background-color css

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

 a { background-color: rgb(175,48,127); }

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

border-color css

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

 span { border-color: rgb(175,48,127); }

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