Html Css Color HEX #AF3996 Medium Red Violet

📋 copy color: '#AF3996'

red 175 ◦ green 57 ◦ blue 150

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

Shades of Medium Red Violet #AF3996

Tints of Medium Red Violet #AF3996

RGB

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

 GREEN value IS 57 (22.66% from 255) = 14.92%

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

R = 45.81%
G = 14.92%
B = 39.27%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.14

 K value IS 0.31

RGB Variations

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

Color information

#AF3996 (or 0xAF3996) is known color: Medium Red Violet. HEX triplet: AF, 39 and 96. RGB value is (175,57,150). Sum of RGB (Red+Green+Blue) = 175+57+150=382 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.81% from 382); Green value is 57 (22.66% from 255 or 14.92% from 382); Blue value is 150 (58.98% from 255 or 39.27% from 382); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3996 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF3996 is #50C669. Grayscale: #666666. Windows color (decimal): -5293674 or 9845167. OLE color: 9845167.

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

Color convert

RGB 175 57 150 -
CMYK 0 0.67 0.14 0.31
HSL 312.71º 0.51% 0.45% -
HSV(B) 312.71º 0.67% 0.69% -
XYZ 24.65 14.24 30.3 -
YUV 102.88 154.59 179.44 -
System Red Green Blue C M Y K H S L
Decimal 175 57 150 0 0.67 0.14 0.31 312.71 0.51 0.45
Hex AF 39 96 0 43 E 1F 139 33 2D
Octal 257 71 226 0 103 16 37 471 63 55
Binary 10101111 111001 10010110 0 1000011 1110 11111 100111001 110011 101101

Color Harmonies of #AF3996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3996

Black with #AF3996

Text Example


Text Example

White with #AF3996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3996; }

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

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

background-color css

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

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

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

border-color css

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

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

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