Html Css Color HEX #AF279E Medium Red Violet

📋 copy color: '#AF279E'

red 175 ◦ green 39 ◦ blue 158

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

Shades of Medium Red Violet #AF279E

Tints of Medium Red Violet #AF279E

RGB

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

 GREEN value IS 39 (15.63% from 255) = 10.48%

 BLUE value IS 158 (62.11% from 255) = 42.47%

R = 47.04%
G = 10.48%
B = 42.47%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#AF279E (or 0xAF279E) is known color: Medium Red Violet. HEX triplet: AF, 27 and 9E. RGB value is (175,39,158). Sum of RGB (Red+Green+Blue) = 175+39+158=372 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.04% from 372); Green value is 39 (15.62% from 255 or 10.48% from 372); Blue value is 158 (62.11% from 255 or 42.47% from 372); Max value from RGB is 175 - color contains mainly: red. Hex color #AF279E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF279E is #50D861. Grayscale: #5C5C5C. Windows color (decimal): -5298274 or 10364847. OLE color: 10364847.

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

Color convert

RGB 175 39 158 -
CMYK 0 0.78 0.10 0.31
HSL 307.5º 0.64% 0.42% -
HSV(B) 307.5º 0.78% 0.69% -
XYZ 24.58 13.03 33.57 -
YUV 93.23 164.56 186.32 -
System Red Green Blue C M Y K H S L
Decimal 175 39 158 0 0.78 0.10 0.31 307.5 0.64 0.42
Hex AF 27 9E 0 4E A 1F 134 40 2A
Octal 257 47 236 0 116 12 37 464 100 52
Binary 10101111 100111 10011110 0 1001110 1010 11111 100110100 1000000 101010

Color Harmonies of #AF279E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF279E

Black with #AF279E

Text Example


Text Example

White with #AF279E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF279E; }

 p { color: rgb(175,39,158); }

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

background-color css

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

 a { background-color: rgb(175,39,158); }

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

border-color css

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

 span { border-color: rgb(175,39,158); }

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