Html Css Color HEX #AF287E Medium Red Violet

📋 copy color: '#AF287E'

red 175 ◦ green 40 ◦ blue 126

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

Shades of Medium Red Violet #AF287E

Tints of Medium Red Violet #AF287E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 36.95%

R = 51.32%
G = 11.73%
B = 36.95%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.28

 K value IS 0.31

RGB Variations

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

Color information

#AF287E (or 0xAF287E) is known color: Medium Red Violet. HEX triplet: AF, 28 and 7E. RGB value is (175,40,126). Sum of RGB (Red+Green+Blue) = 175+40+126=341 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.32% from 341); Green value is 40 (16.02% from 255 or 11.73% from 341); Blue value is 126 (49.61% from 255 or 36.95% from 341); Max value from RGB is 175 - color contains mainly: red. Hex color #AF287E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF287E is #50D781. Grayscale: #595959. Windows color (decimal): -5298050 or 8267951. OLE color: 8267951.

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

Color convert

RGB 175 40 126 -
CMYK 0 0.77 0.28 0.31
HSL 321.78º 0.63% 0.42% -
HSV(B) 321.78º 0.77% 0.69% -
XYZ 22.2 12.14 20.91 -
YUV 90.17 148.23 188.51 -
System Red Green Blue C M Y K H S L
Decimal 175 40 126 0 0.77 0.28 0.31 321.78 0.63 0.42
Hex AF 28 7E 0 4D 1C 1F 142 3F 2A
Octal 257 50 176 0 115 34 37 502 77 52
Binary 10101111 101000 1111110 0 1001101 11100 11111 101000010 111111 101010

Color Harmonies of #AF287E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF287E

Black with #AF287E

Text Example


Text Example

White with #AF287E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF287E; }

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

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

background-color css

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

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

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

border-color css

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

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

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