Html Css Color HEX #AF2691 Medium Red Violet

📋 copy color: '#AF2691'

red 175 ◦ green 38 ◦ blue 145

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

Shades of Medium Red Violet #AF2691

Tints of Medium Red Violet #AF2691

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.61%

 BLUE value IS 145 (57.03% from 255) = 40.5%

R = 48.88%
G = 10.61%
B = 40.5%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.17

 K value IS 0.31

RGB Variations

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

Color information

#AF2691 (or 0xAF2691) is known color: Medium Red Violet. HEX triplet: AF, 26 and 91. RGB value is (175,38,145). Sum of RGB (Red+Green+Blue) = 175+38+145=358 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.88% from 358); Green value is 38 (15.23% from 255 or 10.61% from 358); Blue value is 145 (57.03% from 255 or 40.50% from 358); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2691 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF2691 is #50D96E. Grayscale: #5A5A5A. Windows color (decimal): -5298543 or 9512623. OLE color: 9512623.

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

Color convert

RGB 175 38 145 -
CMYK 0 0.78 0.17 0.31
HSL 313.14º 0.64% 0.42% -
HSV(B) 313.14º 0.78% 0.69% -
XYZ 23.48 12.54 27.97 -
YUV 91.16 158.39 187.8 -
System Red Green Blue C M Y K H S L
Decimal 175 38 145 0 0.78 0.17 0.31 313.14 0.64 0.42
Hex AF 26 91 0 4E 11 1F 139 40 2A
Octal 257 46 221 0 116 21 37 471 100 52
Binary 10101111 100110 10010001 0 1001110 10001 11111 100111001 1000000 101010

Color Harmonies of #AF2691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2691

Black with #AF2691

Text Example


Text Example

White with #AF2691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2691; }

 p { color: rgb(175,38,145); }

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

background-color css

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

 a { background-color: rgb(175,38,145); }

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

border-color css

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

 span { border-color: rgb(175,38,145); }

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