Html Css Color HEX #AF1B7B Medium Violet Red

📋 copy color: '#AF1B7B'

red 175 ◦ green 27 ◦ blue 123

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

Shades of Medium Violet Red #AF1B7B

Tints of Medium Violet Red #AF1B7B

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.31%

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

R = 53.85%
G = 8.31%
B = 37.85%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#AF1B7B (or 0xAF1B7B) is known color: Medium Violet Red. HEX triplet: AF, 1B and 7B. RGB value is (175,27,123). Sum of RGB (Red+Green+Blue) = 175+27+123=325 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.85% from 325); Green value is 27 (10.94% from 255 or 8.31% from 325); Blue value is 123 (48.44% from 255 or 37.85% from 325); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1B7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF1B7B is #50E484. Grayscale: #515151. Windows color (decimal): -5301381 or 8068015. OLE color: 8068015.

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

Color convert

RGB 175 27 123 -
CMYK 0 0.85 0.30 0.31
HSL 321.08º 0.73% 0.4% -
HSV(B) 321.08º 0.85% 0.69% -
XYZ 21.65 11.33 19.78 -
YUV 82.2 151.03 194.19 -
System Red Green Blue C M Y K H S L
Decimal 175 27 123 0 0.85 0.30 0.31 321.08 0.73 0.4
Hex AF 1B 7B 0 55 1E 1F 141 49 28
Octal 257 33 173 0 125 36 37 501 111 50
Binary 10101111 11011 1111011 0 1010101 11110 11111 101000001 1001001 101000

Color Harmonies of #AF1B7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1B7B

Black with #AF1B7B

Text Example


Text Example

White with #AF1B7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1B7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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