Html Css Color HEX #AF3289 Medium Red Violet

📋 copy color: '#AF3289'

red 175 ◦ green 50 ◦ blue 137

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

Shades of Medium Red Violet #AF3289

Tints of Medium Red Violet #AF3289

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.81%

 BLUE value IS 137 (53.91% from 255) = 37.85%

R = 48.34%
G = 13.81%
B = 37.85%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.22

 K value IS 0.31

RGB Variations

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

Color information

#AF3289 (or 0xAF3289) is known color: Medium Red Violet. HEX triplet: AF, 32 and 89. RGB value is (175,50,137). Sum of RGB (Red+Green+Blue) = 175+50+137=362 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.34% from 362); Green value is 50 (19.92% from 255 or 13.81% from 362); Blue value is 137 (53.91% from 255 or 37.85% from 362); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3289 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF3289 is #50CD76. Grayscale: #616161. Windows color (decimal): -5295479 or 8991407. OLE color: 8991407.

HSL color Cylindrical-coordinate representation of color #AF3289: hue angle of 318.24º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AF3289 is Cyan = 0, Magento = 0.71, Yellow = 0.22 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 50 137 -
CMYK 0 0.71 0.22 0.31
HSL 318.24º 0.56% 0.44% -
HSV(B) 318.24º 0.71% 0.69% -
XYZ 23.34 13.2 24.99 -
YUV 97.29 150.41 183.43 -
System Red Green Blue C M Y K H S L
Decimal 175 50 137 0 0.71 0.22 0.31 318.24 0.56 0.44
Hex AF 32 89 0 47 16 1F 13E 38 2C
Octal 257 62 211 0 107 26 37 476 70 54
Binary 10101111 110010 10001001 0 1000111 10110 11111 100111110 111000 101100

Color Harmonies of #AF3289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3289

Black with #AF3289

Text Example


Text Example

White with #AF3289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3289; }

 p { color: rgb(175,50,137); }

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

background-color css

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

 a { background-color: rgb(175,50,137); }

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

border-color css

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

 span { border-color: rgb(175,50,137); }

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