Html Css Color HEX #AF3097 Medium Red Violet

📋 copy color: '#AF3097'

red 175 ◦ green 48 ◦ blue 151

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

Shades of Medium Red Violet #AF3097

Tints of Medium Red Violet #AF3097

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 40.37%

R = 46.79%
G = 12.83%
B = 40.37%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.14

 K value IS 0.31

RGB Variations

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

Color information

#AF3097 (or 0xAF3097) is known color: Medium Red Violet. HEX triplet: AF, 30 and 97. RGB value is (175,48,151). Sum of RGB (Red+Green+Blue) = 175+48+151=374 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.79% from 374); Green value is 48 (19.14% from 255 or 12.83% from 374); Blue value is 151 (59.38% from 255 or 40.37% from 374); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3097 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF3097 is #50CF68. Grayscale: #616161. Windows color (decimal): -5295977 or 9908399. OLE color: 9908399.

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

Color convert

RGB 175 48 151 -
CMYK 0 0.73 0.14 0.31
HSL 311.34º 0.57% 0.44% -
HSV(B) 311.34º 0.73% 0.69% -
XYZ 24.32 13.46 30.59 -
YUV 97.72 158.08 183.12 -
System Red Green Blue C M Y K H S L
Decimal 175 48 151 0 0.73 0.14 0.31 311.34 0.57 0.44
Hex AF 30 97 0 49 E 1F 137 39 2C
Octal 257 60 227 0 111 16 37 467 71 54
Binary 10101111 110000 10010111 0 1001001 1110 11111 100110111 111001 101100

Color Harmonies of #AF3097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3097

Black with #AF3097

Text Example


Text Example

White with #AF3097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3097; }

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

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

background-color css

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

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

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

border-color css

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

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

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