Html Css Color HEX #AF1A7B Medium Violet Red

📋 copy color: '#AF1A7B'

red 175 ◦ green 26 ◦ blue 123

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

Shades of Medium Violet Red #AF1A7B

Tints of Medium Violet Red #AF1A7B

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.02%

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

R = 54.01%
G = 8.02%
B = 37.96%

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

#AF1A7B (or 0xAF1A7B) is known color: Medium Violet Red. HEX triplet: AF, 1A and 7B. RGB value is (175,26,123). Sum of RGB (Red+Green+Blue) = 175+26+123=324 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.01% from 324); Green value is 26 (10.55% from 255 or 8.02% from 324); Blue value is 123 (48.44% from 255 or 37.96% from 324); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1A7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF1A7B is #50E584. Grayscale: #515151. Windows color (decimal): -5301637 or 8067759. OLE color: 8067759.

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

Color convert

RGB 175 26 123 -
CMYK 0 0.85 0.30 0.31
HSL 320.94º 0.74% 0.39% -
HSV(B) 320.94º 0.85% 0.69% -
XYZ 21.62 11.28 19.78 -
YUV 81.61 151.36 194.61 -
System Red Green Blue C M Y K H S L
Decimal 175 26 123 0 0.85 0.30 0.31 320.94 0.74 0.39
Hex AF 1A 7B 0 55 1E 1F 141 4A 27
Octal 257 32 173 0 125 36 37 501 112 47
Binary 10101111 11010 1111011 0 1010101 11110 11111 101000001 1001010 100111

Color Harmonies of #AF1A7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1A7B

Black with #AF1A7B

Text Example


Text Example

White with #AF1A7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1A7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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