Html Css Color HEX #AF2690 Medium Red Violet

📋 copy color: '#AF2690'

red 175 ◦ green 38 ◦ blue 144

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

Shades of Medium Red Violet #AF2690

Tints of Medium Red Violet #AF2690

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 40.34%

R = 49.02%
G = 10.64%
B = 40.34%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#AF2690 (or 0xAF2690) is known color: Medium Red Violet. HEX triplet: AF, 26 and 90. RGB value is (175,38,144). Sum of RGB (Red+Green+Blue) = 175+38+144=357 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.02% from 357); Green value is 38 (15.23% from 255 or 10.64% from 357); Blue value is 144 (56.64% from 255 or 40.34% from 357); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2690 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF2690 is #50D96F. Grayscale: #5A5A5A. Windows color (decimal): -5298544 or 9447087. OLE color: 9447087.

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

Color convert

RGB 175 38 144 -
CMYK 0 0.78 0.18 0.31
HSL 313.58º 0.64% 0.42% -
HSV(B) 313.58º 0.78% 0.69% -
XYZ 23.41 12.51 27.57 -
YUV 91.05 157.89 187.88 -
System Red Green Blue C M Y K H S L
Decimal 175 38 144 0 0.78 0.18 0.31 313.58 0.64 0.42
Hex AF 26 90 0 4E 12 1F 13A 40 2A
Octal 257 46 220 0 116 22 37 472 100 52
Binary 10101111 100110 10010000 0 1001110 10010 11111 100111010 1000000 101010

Color Harmonies of #AF2690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2690

Black with #AF2690

Text Example


Text Example

White with #AF2690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2690; }

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

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

background-color css

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

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

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

border-color css

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

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

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