Html Css Color HEX #AF0886 Medium Violet Red

📋 copy color: '#AF0886'

red 175 ◦ green 8 ◦ blue 134

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

Shades of Medium Violet Red #AF0886

Tints of Medium Violet Red #AF0886

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 42.27%

R = 55.21%
G = 2.52%
B = 42.27%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.23

 K value IS 0.31

RGB Variations

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

Color information

#AF0886 (or 0xAF0886) is known color: Medium Violet Red. HEX triplet: AF, 08 and 86. RGB value is (175,8,134). Sum of RGB (Red+Green+Blue) = 175+8+134=317 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.21% from 317); Green value is 8 (3.52% from 255 or 2.52% from 317); Blue value is 134 (52.73% from 255 or 42.27% from 317); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0886 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF0886 is #50F779. Grayscale: #474747. Windows color (decimal): -5306234 or 8784047. OLE color: 8784047.

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

Color convert

RGB 175 8 134 -
CMYK 0 0.95 0.23 0.31
HSL 314.73º 0.91% 0.36% -
HSV(B) 314.73º 0.95% 0.69% -
XYZ 22.07 11.01 23.52 -
YUV 72.3 162.83 201.25 -
System Red Green Blue C M Y K H S L
Decimal 175 8 134 0 0.95 0.23 0.31 314.73 0.91 0.36
Hex AF 8 86 0 5F 17 1F 13B 5B 24
Octal 257 10 206 0 137 27 37 473 133 44
Binary 10101111 1000 10000110 0 1011111 10111 11111 100111011 1011011 100100

Color Harmonies of #AF0886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0886

Black with #AF0886

Text Example


Text Example

White with #AF0886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0886; }

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

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

background-color css

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

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

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

border-color css

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

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

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