Html Css Color HEX #AF107B Medium Violet Red

📋 copy color: '#AF107B'

red 175 ◦ green 16 ◦ blue 123

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

Shades of Medium Violet Red #AF107B

Tints of Medium Violet Red #AF107B

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.1%

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

R = 55.73%
G = 5.1%
B = 39.17%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#AF107B (or 0xAF107B) is known color: Medium Violet Red. HEX triplet: AF, 10 and 7B. RGB value is (175,16,123). Sum of RGB (Red+Green+Blue) = 175+16+123=314 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.73% from 314); Green value is 16 (6.64% from 255 or 5.10% from 314); Blue value is 123 (48.44% from 255 or 39.17% from 314); Max value from RGB is 175 - color contains mainly: red. Hex color #AF107B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF107B is #50EF84. Grayscale: #4B4B4B. Windows color (decimal): -5304197 or 8065199. OLE color: 8065199.

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

Color convert

RGB 175 16 123 -
CMYK 0 0.91 0.30 0.31
HSL 319.62º 0.83% 0.37% -
HSV(B) 319.62º 0.91% 0.69% -
XYZ 21.44 10.91 19.72 -
YUV 75.74 154.68 198.8 -
System Red Green Blue C M Y K H S L
Decimal 175 16 123 0 0.91 0.30 0.31 319.62 0.83 0.37
Hex AF 10 7B 0 5B 1E 1F 140 53 25
Octal 257 20 173 0 133 36 37 500 123 45
Binary 10101111 10000 1111011 0 1011011 11110 11111 101000000 1010011 100101

Color Harmonies of #AF107B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF107B

Black with #AF107B

Text Example


Text Example

White with #AF107B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF107B; }

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

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

background-color css

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

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

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

border-color css

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

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

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