Html Css Color HEX #AF4099 Medium Red Violet

📋 copy color: '#AF4099'

red 175 ◦ green 64 ◦ blue 153

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

Shades of Medium Red Violet #AF4099

Tints of Medium Red Violet #AF4099

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 39.03%

R = 44.64%
G = 16.33%
B = 39.03%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.13

 K value IS 0.31

RGB Variations

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

Color information

#AF4099 (or 0xAF4099) is known color: Medium Red Violet. HEX triplet: AF, 40 and 99. RGB value is (175,64,153). Sum of RGB (Red+Green+Blue) = 175+64+153=392 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.64% from 392); Green value is 64 (25.39% from 255 or 16.33% from 392); Blue value is 153 (60.16% from 255 or 39.03% from 392); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4099 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF4099 is #50BF66. Grayscale: #6B6B6B. Windows color (decimal): -5291879 or 10043567. OLE color: 10043567.

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

Color convert

RGB 175 64 153 -
CMYK 0 0.63 0.13 0.31
HSL 311.89º 0.46% 0.47% -
HSV(B) 311.89º 0.63% 0.69% -
XYZ 25.26 15.08 31.72 -
YUV 107.34 153.77 176.26 -
System Red Green Blue C M Y K H S L
Decimal 175 64 153 0 0.63 0.13 0.31 311.89 0.46 0.47
Hex AF 40 99 0 3F D 1F 138 2E 2F
Octal 257 100 231 0 77 15 37 470 56 57
Binary 10101111 1000000 10011001 0 111111 1101 11111 100111000 101110 101111

Color Harmonies of #AF4099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4099

Black with #AF4099

Text Example


Text Example

White with #AF4099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4099; }

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

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

background-color css

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

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

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

border-color css

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

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

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