Html Css Color HEX #AF4582 Medium Red Violet

📋 copy color: '#AF4582'

red 175 ◦ green 69 ◦ blue 130

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

Shades of Medium Red Violet #AF4582

Tints of Medium Red Violet #AF4582

RGB

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

 GREEN value IS 69 (27.34% from 255) = 18.45%

 BLUE value IS 130 (51.17% from 255) = 34.76%

R = 46.79%
G = 18.45%
B = 34.76%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.26

 K value IS 0.31

RGB Variations

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

Color information

#AF4582 (or 0xAF4582) is known color: Medium Red Violet. HEX triplet: AF, 45 and 82. RGB value is (175,69,130). Sum of RGB (Red+Green+Blue) = 175+69+130=374 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.79% from 374); Green value is 69 (27.34% from 255 or 18.45% from 374); Blue value is 130 (51.17% from 255 or 34.76% from 374); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4582 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF4582 is #50BA7D. Grayscale: #6B6B6B. Windows color (decimal): -5290622 or 8537519. OLE color: 8537519.

HSL color Cylindrical-coordinate representation of color #AF4582: hue angle of 325.47º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AF4582 is Cyan = 0, Magento = 0.61, Yellow = 0.26 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 69 130 -
CMYK 0 0.61 0.26 0.31
HSL 325.47º 0.43% 0.48% -
HSV(B) 325.47º 0.61% 0.69% -
XYZ 23.84 14.98 22.75 -
YUV 107.65 140.62 176.04 -
System Red Green Blue C M Y K H S L
Decimal 175 69 130 0 0.61 0.26 0.31 325.47 0.43 0.48
Hex AF 45 82 0 3D 1A 1F 145 2B 30
Octal 257 105 202 0 75 32 37 505 53 60
Binary 10101111 1000101 10000010 0 111101 11010 11111 101000101 101011 110000

Color Harmonies of #AF4582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4582

Black with #AF4582

Text Example


Text Example

White with #AF4582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4582; }

 p { color: rgb(175,69,130); }

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

background-color css

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

 a { background-color: rgb(175,69,130); }

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

border-color css

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

 span { border-color: rgb(175,69,130); }

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