Html Css Color HEX #AF2296 Medium Red Violet

📋 copy color: '#AF2296'

red 175 ◦ green 34 ◦ blue 150

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

Shades of Medium Red Violet #AF2296

Tints of Medium Red Violet #AF2296

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.47%

 BLUE value IS 150 (58.98% from 255) = 41.78%

R = 48.75%
G = 9.47%
B = 41.78%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.14

 K value IS 0.31

RGB Variations

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

Color information

#AF2296 (or 0xAF2296) is known color: Medium Red Violet. HEX triplet: AF, 22 and 96. RGB value is (175,34,150). Sum of RGB (Red+Green+Blue) = 175+34+150=359 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.75% from 359); Green value is 34 (13.67% from 255 or 9.47% from 359); Blue value is 150 (58.98% from 255 or 41.78% from 359); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2296 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF2296 is #50DD69. Grayscale: #595959. Windows color (decimal): -5299562 or 9839279. OLE color: 9839279.

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

Color convert

RGB 175 34 150 -
CMYK 0 0.81 0.14 0.31
HSL 310.64º 0.67% 0.41% -
HSV(B) 310.64º 0.81% 0.69% -
XYZ 23.76 12.46 30.01 -
YUV 89.38 162.21 189.07 -
System Red Green Blue C M Y K H S L
Decimal 175 34 150 0 0.81 0.14 0.31 310.64 0.67 0.41
Hex AF 22 96 0 51 E 1F 137 43 29
Octal 257 42 226 0 121 16 37 467 103 51
Binary 10101111 100010 10010110 0 1010001 1110 11111 100110111 1000011 101001

Color Harmonies of #AF2296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2296

Black with #AF2296

Text Example


Text Example

White with #AF2296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2296; }

 p { color: rgb(175,34,150); }

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

background-color css

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

 a { background-color: rgb(175,34,150); }

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

border-color css

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

 span { border-color: rgb(175,34,150); }

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