Html Css Color HEX #AF249A Medium Red Violet

📋 copy color: '#AF249A'

red 175 ◦ green 36 ◦ blue 154

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

Shades of Medium Red Violet #AF249A

Tints of Medium Red Violet #AF249A

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.86%

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

R = 47.95%
G = 9.86%
B = 42.19%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.12

 K value IS 0.31

RGB Variations

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

Color information

#AF249A (or 0xAF249A) is known color: Medium Red Violet. HEX triplet: AF, 24 and 9A. RGB value is (175,36,154). Sum of RGB (Red+Green+Blue) = 175+36+154=365 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.95% from 365); Green value is 36 (14.45% from 255 or 9.86% from 365); Blue value is 154 (60.55% from 255 or 42.19% from 365); Max value from RGB is 175 - color contains mainly: red. Hex color #AF249A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF249A is #50DB65. Grayscale: #5A5A5A. Windows color (decimal): -5299046 or 10101935. OLE color: 10101935.

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

Color convert

RGB 175 36 154 -
CMYK 0 0.79 0.12 0.31
HSL 309.06º 0.66% 0.41% -
HSV(B) 309.06º 0.79% 0.69% -
XYZ 24.14 12.71 31.75 -
YUV 91.01 163.55 187.91 -
System Red Green Blue C M Y K H S L
Decimal 175 36 154 0 0.79 0.12 0.31 309.06 0.66 0.41
Hex AF 24 9A 0 4F C 1F 135 42 29
Octal 257 44 232 0 117 14 37 465 102 51
Binary 10101111 100100 10011010 0 1001111 1100 11111 100110101 1000010 101001

Color Harmonies of #AF249A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF249A

Black with #AF249A

Text Example


Text Example

White with #AF249A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF249A; }

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

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

background-color css

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

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

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

border-color css

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

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

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