Html Css Color HEX #AF3082 Medium Red Violet

📋 copy color: '#AF3082'

red 175 ◦ green 48 ◦ blue 130

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

Shades of Medium Red Violet #AF3082

Tints of Medium Red Violet #AF3082

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.6%

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

R = 49.58%
G = 13.6%
B = 36.83%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.26

 K value IS 0.31

RGB Variations

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

Color information

#AF3082 (or 0xAF3082) is known color: Medium Red Violet. HEX triplet: AF, 30 and 82. RGB value is (175,48,130). Sum of RGB (Red+Green+Blue) = 175+48+130=353 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.58% from 353); Green value is 48 (19.14% from 255 or 13.60% from 353); Blue value is 130 (51.17% from 255 or 36.83% from 353); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3082 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF3082 is #50CF7D. Grayscale: #5F5F5F. Windows color (decimal): -5295998 or 8532143. OLE color: 8532143.

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

Color convert

RGB 175 48 130 -
CMYK 0 0.73 0.26 0.31
HSL 321.26º 0.57% 0.44% -
HSV(B) 321.26º 0.73% 0.69% -
XYZ 22.77 12.84 22.4 -
YUV 95.32 147.58 184.83 -
System Red Green Blue C M Y K H S L
Decimal 175 48 130 0 0.73 0.26 0.31 321.26 0.57 0.44
Hex AF 30 82 0 49 1A 1F 141 39 2C
Octal 257 60 202 0 111 32 37 501 71 54
Binary 10101111 110000 10000010 0 1001001 11010 11111 101000001 111001 101100

Color Harmonies of #AF3082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3082

Black with #AF3082

Text Example


Text Example

White with #AF3082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3082; }

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

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

background-color css

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

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

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

border-color css

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

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

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