Html Css Color HEX #AF4096 Medium Red Violet

📋 copy color: '#AF4096'

red 175 ◦ green 64 ◦ blue 150

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

Shades of Medium Red Violet #AF4096

Tints of Medium Red Violet #AF4096

RGB

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

 GREEN value IS 64 (25.39% from 255) = 16.45%

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

R = 44.99%
G = 16.45%
B = 38.56%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.14

 K value IS 0.31

RGB Variations

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

Color information

#AF4096 (or 0xAF4096) is known color: Medium Red Violet. HEX triplet: AF, 40 and 96. RGB value is (175,64,150). Sum of RGB (Red+Green+Blue) = 175+64+150=389 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.99% from 389); Green value is 64 (25.39% from 255 or 16.45% from 389); Blue value is 150 (58.98% from 255 or 38.56% from 389); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4096 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF4096 is #50BF69. Grayscale: #6A6A6A. Windows color (decimal): -5291882 or 9846959. OLE color: 9846959.

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

Color convert

RGB 175 64 150 -
CMYK 0 0.63 0.14 0.31
HSL 313.51º 0.46% 0.47% -
HSV(B) 313.51º 0.63% 0.69% -
XYZ 25.02 14.98 30.43 -
YUV 106.99 152.27 176.51 -
System Red Green Blue C M Y K H S L
Decimal 175 64 150 0 0.63 0.14 0.31 313.51 0.46 0.47
Hex AF 40 96 0 3F E 1F 13A 2E 2F
Octal 257 100 226 0 77 16 37 472 56 57
Binary 10101111 1000000 10010110 0 111111 1110 11111 100111010 101110 101111

Color Harmonies of #AF4096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4096

Black with #AF4096

Text Example


Text Example

White with #AF4096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4096; }

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

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

background-color css

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

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

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

border-color css

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

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

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