Html Css Color HEX #AF087F Medium Violet Red

📋 copy color: '#AF087F'

red 175 ◦ green 8 ◦ blue 127

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

Shades of Medium Violet Red #AF087F

Tints of Medium Violet Red #AF087F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 40.97%

R = 56.45%
G = 2.58%
B = 40.97%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#AF087F (or 0xAF087F) is known color: Medium Violet Red. HEX triplet: AF, 08 and 7F. RGB value is (175,8,127). Sum of RGB (Red+Green+Blue) = 175+8+127=310 (41% of max value = 765). Red value is 175 (68.75% from 255 or 56.45% from 310); Green value is 8 (3.52% from 255 or 2.58% from 310); Blue value is 127 (50% from 255 or 40.97% from 310); Max value from RGB is 175 - color contains mainly: red. Hex color #AF087F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF087F is #50F780. Grayscale: #474747. Windows color (decimal): -5306241 or 8325295. OLE color: 8325295.

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

Color convert

RGB 175 8 127 -
CMYK 0 0.95 0.27 0.31
HSL 317.25º 0.91% 0.36% -
HSV(B) 317.25º 0.95% 0.69% -
XYZ 21.6 10.82 21.03 -
YUV 71.5 159.33 201.82 -
System Red Green Blue C M Y K H S L
Decimal 175 8 127 0 0.95 0.27 0.31 317.25 0.91 0.36
Hex AF 8 7F 0 5F 1B 1F 13D 5B 24
Octal 257 10 177 0 137 33 37 475 133 44
Binary 10101111 1000 1111111 0 1011111 11011 11111 100111101 1011011 100100

Color Harmonies of #AF087F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF087F

Black with #AF087F

Text Example


Text Example

White with #AF087F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF087F; }

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

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

background-color css

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

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

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

border-color css

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

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

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