Html Css Color HEX #AF4082 Medium Red Violet

📋 copy color: '#AF4082'

red 175 ◦ green 64 ◦ blue 130

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

Shades of Medium Red Violet #AF4082

Tints of Medium Red Violet #AF4082

RGB

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

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

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

R = 47.43%
G = 17.34%
B = 35.23%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.26

 K value IS 0.31

RGB Variations

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

Color information

#AF4082 (or 0xAF4082) is known color: Medium Red Violet. HEX triplet: AF, 40 and 82. RGB value is (175,64,130). Sum of RGB (Red+Green+Blue) = 175+64+130=369 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.43% from 369); Green value is 64 (25.39% from 255 or 17.34% from 369); Blue value is 130 (51.17% from 255 or 35.23% from 369); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4082 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF4082 is #50BF7D. Grayscale: #686868. Windows color (decimal): -5291902 or 8536239. OLE color: 8536239.

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

Color convert

RGB 175 64 130 -
CMYK 0 0.63 0.26 0.31
HSL 324.32º 0.46% 0.47% -
HSV(B) 324.32º 0.63% 0.69% -
XYZ 23.54 14.39 22.66 -
YUV 104.71 142.27 178.13 -
System Red Green Blue C M Y K H S L
Decimal 175 64 130 0 0.63 0.26 0.31 324.32 0.46 0.47
Hex AF 40 82 0 3F 1A 1F 144 2E 2F
Octal 257 100 202 0 77 32 37 504 56 57
Binary 10101111 1000000 10000010 0 111111 11010 11111 101000100 101110 101111

Color Harmonies of #AF4082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4082

Black with #AF4082

Text Example


Text Example

White with #AF4082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4082; }

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

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

background-color css

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

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

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

border-color css

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

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

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