Html Css Color HEX #AF248C Medium Red Violet

📋 copy color: '#AF248C'

red 175 ◦ green 36 ◦ blue 140

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

Shades of Medium Red Violet #AF248C

Tints of Medium Red Violet #AF248C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 39.89%

R = 49.86%
G = 10.26%
B = 39.89%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.2

 K value IS 0.31

RGB Variations

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

Color information

#AF248C (or 0xAF248C) is known color: Medium Red Violet. HEX triplet: AF, 24 and 8C. RGB value is (175,36,140). Sum of RGB (Red+Green+Blue) = 175+36+140=351 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.86% from 351); Green value is 36 (14.45% from 255 or 10.26% from 351); Blue value is 140 (55.08% from 255 or 39.89% from 351); Max value from RGB is 175 - color contains mainly: red. Hex color #AF248C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF248C is #50DB73. Grayscale: #595959. Windows color (decimal): -5299060 or 9184431. OLE color: 9184431.

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

Color convert

RGB 175 36 140 -
CMYK 0 0.79 0.2 0.31
HSL 315.11º 0.66% 0.41% -
HSV(B) 315.11º 0.79% 0.69% -
XYZ 23.04 12.27 25.96 -
YUV 89.42 156.55 189.04 -
System Red Green Blue C M Y K H S L
Decimal 175 36 140 0 0.79 0.2 0.31 315.11 0.66 0.41
Hex AF 24 8C 0 4F 14 1F 13B 42 29
Octal 257 44 214 0 117 24 37 473 102 51
Binary 10101111 100100 10001100 0 1001111 10100 11111 100111011 1000010 101001

Color Harmonies of #AF248C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF248C

Black with #AF248C

Text Example


Text Example

White with #AF248C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF248C; }

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

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

background-color css

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

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

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

border-color css

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

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

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