Html Css Color HEX #AF2394 Medium Red Violet

📋 copy color: '#AF2394'

red 175 ◦ green 35 ◦ blue 148

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

Shades of Medium Red Violet #AF2394

Tints of Medium Red Violet #AF2394

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.78%

 BLUE value IS 148 (58.2% from 255) = 41.34%

R = 48.88%
G = 9.78%
B = 41.34%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.15

 K value IS 0.31

RGB Variations

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

Color information

#AF2394 (or 0xAF2394) is known color: Medium Red Violet. HEX triplet: AF, 23 and 94. RGB value is (175,35,148). Sum of RGB (Red+Green+Blue) = 175+35+148=358 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.88% from 358); Green value is 35 (14.06% from 255 or 9.78% from 358); Blue value is 148 (58.20% from 255 or 41.34% from 358); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2394 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF2394 is #50DC6B. Grayscale: #595959. Windows color (decimal): -5299308 or 9708463. OLE color: 9708463.

HSL color Cylindrical-coordinate representation of color #AF2394: hue angle of 311.57º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AF2394 is Cyan = 0, Magento = 0.8, Yellow = 0.15 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 35 148 -
CMYK 0 0.8 0.15 0.31
HSL 311.57º 0.67% 0.41% -
HSV(B) 311.57º 0.8% 0.69% -
XYZ 23.63 12.45 29.18 -
YUV 89.74 160.88 188.81 -
System Red Green Blue C M Y K H S L
Decimal 175 35 148 0 0.8 0.15 0.31 311.57 0.67 0.41
Hex AF 23 94 0 50 F 1F 138 43 29
Octal 257 43 224 0 120 17 37 470 103 51
Binary 10101111 100011 10010100 0 1010000 1111 11111 100111000 1000011 101001

Color Harmonies of #AF2394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2394

Black with #AF2394

Text Example


Text Example

White with #AF2394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2394; }

 p { color: rgb(175,35,148); }

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

background-color css

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

 a { background-color: rgb(175,35,148); }

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

border-color css

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

 span { border-color: rgb(175,35,148); }

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