Html Css Color HEX #AF3497 Medium Red Violet

📋 copy color: '#AF3497'

red 175 ◦ green 52 ◦ blue 151

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

Shades of Medium Red Violet #AF3497

Tints of Medium Red Violet #AF3497

RGB

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

 GREEN value IS 52 (20.7% from 255) = 13.76%

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

R = 46.3%
G = 13.76%
B = 39.95%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.14

 K value IS 0.31

RGB Variations

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

Color information

#AF3497 (or 0xAF3497) is known color: Medium Red Violet. HEX triplet: AF, 34 and 97. RGB value is (175,52,151). Sum of RGB (Red+Green+Blue) = 175+52+151=378 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.30% from 378); Green value is 52 (20.70% from 255 or 13.76% from 378); Blue value is 151 (59.38% from 255 or 39.95% from 378); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3497 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF3497 is #50CB68. Grayscale: #636363. Windows color (decimal): -5294953 or 9909423. OLE color: 9909423.

HSL color Cylindrical-coordinate representation of color #AF3497: hue angle of 311.71º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AF3497 is Cyan = 0, Magento = 0.70, Yellow = 0.14 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 52 151 -
CMYK 0 0.70 0.14 0.31
HSL 311.71º 0.54% 0.45% -
HSV(B) 311.71º 0.7% 0.69% -
XYZ 24.49 13.8 30.65 -
YUV 100.06 156.75 181.45 -
System Red Green Blue C M Y K H S L
Decimal 175 52 151 0 0.70 0.14 0.31 311.71 0.54 0.45
Hex AF 34 97 0 46 E 1F 138 36 2D
Octal 257 64 227 0 106 16 37 470 66 55
Binary 10101111 110100 10010111 0 1000110 1110 11111 100111000 110110 101101

Color Harmonies of #AF3497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3497

Black with #AF3497

Text Example


Text Example

White with #AF3497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3497; }

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

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

background-color css

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

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

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

border-color css

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

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

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