Html Css Color HEX #AF3582 Medium Red Violet

📋 copy color: '#AF3582'

red 175 ◦ green 53 ◦ blue 130

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

Shades of Medium Red Violet #AF3582

Tints of Medium Red Violet #AF3582

RGB

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

 GREEN value IS 53 (21.09% from 255) = 14.8%

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

R = 48.88%
G = 14.8%
B = 36.31%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.26

 K value IS 0.31

RGB Variations

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

Color information

#AF3582 (or 0xAF3582) is known color: Medium Red Violet. HEX triplet: AF, 35 and 82. RGB value is (175,53,130). Sum of RGB (Red+Green+Blue) = 175+53+130=358 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.88% from 358); Green value is 53 (21.09% from 255 or 14.80% from 358); Blue value is 130 (51.17% from 255 or 36.31% from 358); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3582 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF3582 is #50CA7D. Grayscale: #626262. Windows color (decimal): -5294718 or 8533423. OLE color: 8533423.

HSL color Cylindrical-coordinate representation of color #AF3582: hue angle of 322.13º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AF3582 is Cyan = 0, Magento = 0.70, Yellow = 0.26 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 53 130 -
CMYK 0 0.70 0.26 0.31
HSL 322.13º 0.54% 0.45% -
HSV(B) 322.13º 0.7% 0.69% -
XYZ 22.98 13.27 22.47 -
YUV 98.26 145.92 182.74 -
System Red Green Blue C M Y K H S L
Decimal 175 53 130 0 0.70 0.26 0.31 322.13 0.54 0.45
Hex AF 35 82 0 46 1A 1F 142 36 2D
Octal 257 65 202 0 106 32 37 502 66 55
Binary 10101111 110101 10000010 0 1000110 11010 11111 101000010 110110 101101

Color Harmonies of #AF3582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3582

Black with #AF3582

Text Example


Text Example

White with #AF3582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3582; }

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

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

background-color css

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

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

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

border-color css

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

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

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