Html Css Color HEX #AF3296 Medium Red Violet

📋 copy color: '#AF3296'

red 175 ◦ green 50 ◦ blue 150

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

Shades of Medium Red Violet #AF3296

Tints of Medium Red Violet #AF3296

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.33%

 BLUE value IS 150 (58.98% from 255) = 40%

R = 46.67%
G = 13.33%
B = 40%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.14

 K value IS 0.31

RGB Variations

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

Color information

#AF3296 (or 0xAF3296) is known color: Medium Red Violet. HEX triplet: AF, 32 and 96. RGB value is (175,50,150). Sum of RGB (Red+Green+Blue) = 175+50+150=375 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.67% from 375); Green value is 50 (19.92% from 255 or 13.33% from 375); Blue value is 150 (58.98% from 255 or 40% from 375); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3296 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF3296 is #50CD69. Grayscale: #626262. Windows color (decimal): -5295466 or 9843375. OLE color: 9843375.

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

Color convert

RGB 175 50 150 -
CMYK 0 0.71 0.14 0.31
HSL 312º 0.56% 0.44% -
HSV(B) 312º 0.71% 0.69% -
XYZ 24.32 13.6 30.2 -
YUV 98.78 156.91 182.37 -
System Red Green Blue C M Y K H S L
Decimal 175 50 150 0 0.71 0.14 0.31 312 0.56 0.44
Hex AF 32 96 0 47 E 1F 138 38 2C
Octal 257 62 226 0 107 16 37 470 70 54
Binary 10101111 110010 10010110 0 1000111 1110 11111 100111000 111000 101100

Color Harmonies of #AF3296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3296

Black with #AF3296

Text Example


Text Example

White with #AF3296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3296; }

 p { color: rgb(175,50,150); }

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

background-color css

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

 a { background-color: rgb(175,50,150); }

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

border-color css

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

 span { border-color: rgb(175,50,150); }

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