Html Css Color HEX #AF209A Medium Red Violet

📋 copy color: '#AF209A'

red 175 ◦ green 32 ◦ blue 154

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

Shades of Medium Red Violet #AF209A

Tints of Medium Red Violet #AF209A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 42.66%

R = 48.48%
G = 8.86%
B = 42.66%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.12

 K value IS 0.31

RGB Variations

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

Color information

#AF209A (or 0xAF209A) is known color: Medium Red Violet. HEX triplet: AF, 20 and 9A. RGB value is (175,32,154). Sum of RGB (Red+Green+Blue) = 175+32+154=361 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.48% from 361); Green value is 32 (12.89% from 255 or 8.86% from 361); Blue value is 154 (60.55% from 255 or 42.66% from 361); Max value from RGB is 175 - color contains mainly: red. Hex color #AF209A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF209A is #50DF65. Grayscale: #585858. Windows color (decimal): -5300070 or 10100911. OLE color: 10100911.

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

Color convert

RGB 175 32 154 -
CMYK 0 0.82 0.12 0.31
HSL 308.81º 0.69% 0.41% -
HSV(B) 308.81º 0.82% 0.69% -
XYZ 24.03 12.48 31.71 -
YUV 88.67 164.88 189.58 -
System Red Green Blue C M Y K H S L
Decimal 175 32 154 0 0.82 0.12 0.31 308.81 0.69 0.41
Hex AF 20 9A 0 52 C 1F 135 45 29
Octal 257 40 232 0 122 14 37 465 105 51
Binary 10101111 100000 10011010 0 1010010 1100 11111 100110101 1000101 101001

Color Harmonies of #AF209A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF209A

Black with #AF209A

Text Example


Text Example

White with #AF209A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF209A; }

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

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

background-color css

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

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

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

border-color css

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

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

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