Html Css Color HEX #AF2C9A Medium Red Violet

📋 copy color: '#AF2C9A'

red 175 ◦ green 44 ◦ blue 154

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

Shades of Medium Red Violet #AF2C9A

Tints of Medium Red Violet #AF2C9A

RGB

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

 GREEN value IS 44 (17.58% from 255) = 11.8%

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

R = 46.92%
G = 11.8%
B = 41.29%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.12

 K value IS 0.31

RGB Variations

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

Color information

#AF2C9A (or 0xAF2C9A) is known color: Medium Red Violet. HEX triplet: AF, 2C and 9A. RGB value is (175,44,154). Sum of RGB (Red+Green+Blue) = 175+44+154=373 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.92% from 373); Green value is 44 (17.58% from 255 or 11.80% from 373); Blue value is 154 (60.55% from 255 or 41.29% from 373); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2C9A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF2C9A is #50D365. Grayscale: #5F5F5F. Windows color (decimal): -5296998 or 10103983. OLE color: 10103983.

HSL color Cylindrical-coordinate representation of color #AF2C9A: hue angle of 309.62º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AF2C9A is Cyan = 0, Magento = 0.75, Yellow = 0.12 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 44 154 -
CMYK 0 0.75 0.12 0.31
HSL 309.62º 0.6% 0.43% -
HSV(B) 309.62º 0.75% 0.69% -
XYZ 24.41 13.25 31.84 -
YUV 95.71 160.9 184.56 -
System Red Green Blue C M Y K H S L
Decimal 175 44 154 0 0.75 0.12 0.31 309.62 0.6 0.43
Hex AF 2C 9A 0 4B C 1F 136 3C 2B
Octal 257 54 232 0 113 14 37 466 74 53
Binary 10101111 101100 10011010 0 1001011 1100 11111 100110110 111100 101011

Color Harmonies of #AF2C9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2C9A

Black with #AF2C9A

Text Example


Text Example

White with #AF2C9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2C9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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