Html Css Color HEX #AF087B Medium Violet Red

📋 copy color: '#AF087B'

red 175 ◦ green 8 ◦ blue 123

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

Shades of Medium Violet Red #AF087B

Tints of Medium Violet Red #AF087B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 40.2%

R = 57.19%
G = 2.61%
B = 40.2%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#AF087B (or 0xAF087B) is known color: Medium Violet Red. HEX triplet: AF, 08 and 7B. RGB value is (175,8,123). Sum of RGB (Red+Green+Blue) = 175+8+123=306 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.19% from 306); Green value is 8 (3.52% from 255 or 2.61% from 306); Blue value is 123 (48.44% from 255 or 40.20% from 306); Max value from RGB is 175 - color contains mainly: red. Hex color #AF087B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF087B is #50F784. Grayscale: #464646. Windows color (decimal): -5306245 or 8063151. OLE color: 8063151.

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

Color convert

RGB 175 8 123 -
CMYK 0 0.95 0.30 0.31
HSL 318.68º 0.91% 0.36% -
HSV(B) 318.68º 0.95% 0.69% -
XYZ 21.34 10.72 19.68 -
YUV 71.04 157.33 202.15 -
System Red Green Blue C M Y K H S L
Decimal 175 8 123 0 0.95 0.30 0.31 318.68 0.91 0.36
Hex AF 8 7B 0 5F 1E 1F 13F 5B 24
Octal 257 10 173 0 137 36 37 477 133 44
Binary 10101111 1000 1111011 0 1011111 11110 11111 100111111 1011011 100100

Color Harmonies of #AF087B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF087B

Black with #AF087B

Text Example


Text Example

White with #AF087B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF087B; }

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

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

background-color css

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

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

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

border-color css

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

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

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