Html Css Color HEX #AF307C Medium Red Violet

📋 copy color: '#AF307C'

red 175 ◦ green 48 ◦ blue 124

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

Shades of Medium Red Violet #AF307C

Tints of Medium Red Violet #AF307C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 35.73%

R = 50.43%
G = 13.83%
B = 35.73%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#AF307C (or 0xAF307C) is known color: Medium Red Violet. HEX triplet: AF, 30 and 7C. RGB value is (175,48,124). Sum of RGB (Red+Green+Blue) = 175+48+124=347 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.43% from 347); Green value is 48 (19.14% from 255 or 13.83% from 347); Blue value is 124 (48.83% from 255 or 35.73% from 347); Max value from RGB is 175 - color contains mainly: red. Hex color #AF307C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF307C is #50CF83. Grayscale: #5E5E5E. Windows color (decimal): -5296004 or 8138927. OLE color: 8138927.

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

Color convert

RGB 175 48 124 -
CMYK 0 0.73 0.29 0.31
HSL 324.09º 0.57% 0.44% -
HSV(B) 324.09º 0.73% 0.69% -
XYZ 22.37 12.68 20.34 -
YUV 94.64 144.58 185.32 -
System Red Green Blue C M Y K H S L
Decimal 175 48 124 0 0.73 0.29 0.31 324.09 0.57 0.44
Hex AF 30 7C 0 49 1D 1F 144 39 2C
Octal 257 60 174 0 111 35 37 504 71 54
Binary 10101111 110000 1111100 0 1001001 11101 11111 101000100 111001 101100

Color Harmonies of #AF307C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF307C

Black with #AF307C

Text Example


Text Example

White with #AF307C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF307C; }

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

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

background-color css

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

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

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

border-color css

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

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

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