Html Css Color HEX #AF287B Medium Red Violet

📋 copy color: '#AF287B'

red 175 ◦ green 40 ◦ blue 123

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

Shades of Medium Red Violet #AF287B

Tints of Medium Red Violet #AF287B

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.83%

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

R = 51.78%
G = 11.83%
B = 36.39%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#AF287B (or 0xAF287B) is known color: Medium Red Violet. HEX triplet: AF, 28 and 7B. RGB value is (175,40,123). Sum of RGB (Red+Green+Blue) = 175+40+123=338 (44% of max value = 765). Red value is 175 (68.75% from 255 or 51.78% from 338); Green value is 40 (16.02% from 255 or 11.83% from 338); Blue value is 123 (48.44% from 255 or 36.39% from 338); Max value from RGB is 175 - color contains mainly: red. Hex color #AF287B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF287B is #50D784. Grayscale: #595959. Windows color (decimal): -5298053 or 8071343. OLE color: 8071343.

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

Color convert

RGB 175 40 123 -
CMYK 0 0.77 0.30 0.31
HSL 323.11º 0.63% 0.42% -
HSV(B) 323.11º 0.77% 0.69% -
XYZ 22.01 12.06 19.91 -
YUV 89.83 146.73 188.75 -
System Red Green Blue C M Y K H S L
Decimal 175 40 123 0 0.77 0.30 0.31 323.11 0.63 0.42
Hex AF 28 7B 0 4D 1E 1F 143 3F 2A
Octal 257 50 173 0 115 36 37 503 77 52
Binary 10101111 101000 1111011 0 1001101 11110 11111 101000011 111111 101010

Color Harmonies of #AF287B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF287B

Black with #AF287B

Text Example


Text Example

White with #AF287B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF287B; }

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

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

background-color css

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

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

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

border-color css

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

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

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