Html Css Color HEX #AF0687 Medium Violet Red

📋 copy color: '#AF0687'

red 175 ◦ green 6 ◦ blue 135

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

Shades of Medium Violet Red #AF0687

Tints of Medium Violet Red #AF0687

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.9%

 BLUE value IS 135 (53.13% from 255) = 42.72%

R = 55.38%
G = 1.9%
B = 42.72%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.23

 K value IS 0.31

RGB Variations

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

Color information

#AF0687 (or 0xAF0687) is known color: Medium Violet Red. HEX triplet: AF, 06 and 87. RGB value is (175,6,135). Sum of RGB (Red+Green+Blue) = 175+6+135=316 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.38% from 316); Green value is 6 (2.73% from 255 or 1.90% from 316); Blue value is 135 (53.12% from 255 or 42.72% from 316); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0687 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF0687 is #50F978. Grayscale: #464646. Windows color (decimal): -5306745 or 8849071. OLE color: 8849071.

HSL color Cylindrical-coordinate representation of color #AF0687: hue angle of 314.2º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AF0687 is Cyan = 0, Magento = 0.97, Yellow = 0.23 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 6 135 -
CMYK 0 0.97 0.23 0.31
HSL 314.2º 0.93% 0.35% -
HSV(B) 314.2º 0.97% 0.69% -
XYZ 22.12 10.99 23.88 -
YUV 71.24 163.99 202.01 -
System Red Green Blue C M Y K H S L
Decimal 175 6 135 0 0.97 0.23 0.31 314.2 0.93 0.35
Hex AF 6 87 0 61 17 1F 13A 5D 23
Octal 257 6 207 0 141 27 37 472 135 43
Binary 10101111 110 10000111 0 1100001 10111 11111 100111010 1011101 100011

Color Harmonies of #AF0687

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0687

Black with #AF0687

Text Example


Text Example

White with #AF0687

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0687; }

 p { color: rgb(175,6,135); }

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

background-color css

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

 a { background-color: rgb(175,6,135); }

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

border-color css

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

 span { border-color: rgb(175,6,135); }

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