Html Css Color HEX #AF1082 Medium Violet Red

📋 copy color: '#AF1082'

red 175 ◦ green 16 ◦ blue 130

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

Shades of Medium Violet Red #AF1082

Tints of Medium Violet Red #AF1082

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.98%

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

R = 54.52%
G = 4.98%
B = 40.5%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.26

 K value IS 0.31

RGB Variations

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

Color information

#AF1082 (or 0xAF1082) is known color: Medium Violet Red. HEX triplet: AF, 10 and 82. RGB value is (175,16,130). Sum of RGB (Red+Green+Blue) = 175+16+130=321 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.52% from 321); Green value is 16 (6.64% from 255 or 4.98% from 321); Blue value is 130 (51.17% from 255 or 40.50% from 321); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1082 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF1082 is #50EF7D. Grayscale: #4C4C4C. Windows color (decimal): -5304190 or 8523951. OLE color: 8523951.

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

Color convert

RGB 175 16 130 -
CMYK 0 0.91 0.26 0.31
HSL 316.98º 0.83% 0.37% -
HSV(B) 316.98º 0.91% 0.69% -
XYZ 21.89 11.1 22.11 -
YUV 76.54 158.18 198.23 -
System Red Green Blue C M Y K H S L
Decimal 175 16 130 0 0.91 0.26 0.31 316.98 0.83 0.37
Hex AF 10 82 0 5B 1A 1F 13D 53 25
Octal 257 20 202 0 133 32 37 475 123 45
Binary 10101111 10000 10000010 0 1011011 11010 11111 100111101 1010011 100101

Color Harmonies of #AF1082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1082

Black with #AF1082

Text Example


Text Example

White with #AF1082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1082; }

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

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

background-color css

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

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

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

border-color css

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

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

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