Html Css Color HEX #AF0882 Medium Violet Red

📋 copy color: '#AF0882'

red 175 ◦ green 8 ◦ blue 130

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

Shades of Medium Violet Red #AF0882

Tints of Medium Violet Red #AF0882

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.56%

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

R = 55.91%
G = 2.56%
B = 41.53%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.26

 K value IS 0.31

RGB Variations

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

Color information

#AF0882 (or 0xAF0882) is known color: Medium Violet Red. HEX triplet: AF, 08 and 82. RGB value is (175,8,130). Sum of RGB (Red+Green+Blue) = 175+8+130=313 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.91% from 313); Green value is 8 (3.52% from 255 or 2.56% from 313); Blue value is 130 (51.17% from 255 or 41.53% from 313); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0882 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF0882 is #50F77D. Grayscale: #474747. Windows color (decimal): -5306238 or 8521903. OLE color: 8521903.

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

Color convert

RGB 175 8 130 -
CMYK 0 0.95 0.26 0.31
HSL 316.17º 0.91% 0.36% -
HSV(B) 316.17º 0.95% 0.69% -
XYZ 21.8 10.9 22.07 -
YUV 71.84 160.83 201.58 -
System Red Green Blue C M Y K H S L
Decimal 175 8 130 0 0.95 0.26 0.31 316.17 0.91 0.36
Hex AF 8 82 0 5F 1A 1F 13C 5B 24
Octal 257 10 202 0 137 32 37 474 133 44
Binary 10101111 1000 10000010 0 1011111 11010 11111 100111100 1011011 100100

Color Harmonies of #AF0882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0882

Black with #AF0882

Text Example


Text Example

White with #AF0882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0882; }

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

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

background-color css

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

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

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

border-color css

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

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

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