Html Css Color HEX #AF1882 Medium Violet Red

📋 copy color: '#AF1882'

red 175 ◦ green 24 ◦ blue 130

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

Shades of Medium Violet Red #AF1882

Tints of Medium Violet Red #AF1882

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.29%

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

R = 53.19%
G = 7.29%
B = 39.51%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.26

 K value IS 0.31

RGB Variations

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

Color information

#AF1882 (or 0xAF1882) is known color: Medium Violet Red. HEX triplet: AF, 18 and 82. RGB value is (175,24,130). Sum of RGB (Red+Green+Blue) = 175+24+130=329 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.19% from 329); Green value is 24 (9.77% from 255 or 7.29% from 329); Blue value is 130 (51.17% from 255 or 39.51% from 329); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1882 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF1882 is #50E77D. Grayscale: #505050. Windows color (decimal): -5302142 or 8525999. OLE color: 8525999.

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

Color convert

RGB 175 24 130 -
CMYK 0 0.86 0.26 0.31
HSL 317.88º 0.76% 0.39% -
HSV(B) 317.88º 0.86% 0.69% -
XYZ 22.04 11.38 22.15 -
YUV 81.23 155.53 194.88 -
System Red Green Blue C M Y K H S L
Decimal 175 24 130 0 0.86 0.26 0.31 317.88 0.76 0.39
Hex AF 18 82 0 56 1A 1F 13E 4C 27
Octal 257 30 202 0 126 32 37 476 114 47
Binary 10101111 11000 10000010 0 1010110 11010 11111 100111110 1001100 100111

Color Harmonies of #AF1882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1882

Black with #AF1882

Text Example


Text Example

White with #AF1882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1882; }

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

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

background-color css

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

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

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

border-color css

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

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

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