Html Css Color HEX #AF209B Medium Red Violet

📋 copy color: '#AF209B'

red 175 ◦ green 32 ◦ blue 155

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

Shades of Medium Red Violet #AF209B

Tints of Medium Red Violet #AF209B

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.84%

 BLUE value IS 155 (60.94% from 255) = 42.82%

R = 48.34%
G = 8.84%
B = 42.82%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.11

 K value IS 0.31

RGB Variations

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

Color information

#AF209B (or 0xAF209B) is known color: Medium Red Violet. HEX triplet: AF, 20 and 9B. RGB value is (175,32,155). Sum of RGB (Red+Green+Blue) = 175+32+155=362 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.34% from 362); Green value is 32 (12.89% from 255 or 8.84% from 362); Blue value is 155 (60.94% from 255 or 42.82% from 362); Max value from RGB is 175 - color contains mainly: red. Hex color #AF209B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF209B is #50DF64. Grayscale: #585858. Windows color (decimal): -5300069 or 10166447. OLE color: 10166447.

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

Color convert

RGB 175 32 155 -
CMYK 0 0.82 0.11 0.31
HSL 308.39º 0.69% 0.41% -
HSV(B) 308.39º 0.82% 0.69% -
XYZ 24.11 12.51 32.15 -
YUV 88.78 165.38 189.5 -
System Red Green Blue C M Y K H S L
Decimal 175 32 155 0 0.82 0.11 0.31 308.39 0.69 0.41
Hex AF 20 9B 0 52 B 1F 134 45 29
Octal 257 40 233 0 122 13 37 464 105 51
Binary 10101111 100000 10011011 0 1010010 1011 11111 100110100 1000101 101001

Color Harmonies of #AF209B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF209B

Black with #AF209B

Text Example


Text Example

White with #AF209B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF209B; }

 p { color: rgb(175,32,155); }

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

background-color css

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

 a { background-color: rgb(175,32,155); }

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

border-color css

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

 span { border-color: rgb(175,32,155); }

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