Html Css Color HEX #AF308F Medium Red Violet

📋 copy color: '#AF308F'

red 175 ◦ green 48 ◦ blue 143

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

Shades of Medium Red Violet #AF308F

Tints of Medium Red Violet #AF308F

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.11%

 BLUE value IS 143 (56.25% from 255) = 39.07%

R = 47.81%
G = 13.11%
B = 39.07%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#AF308F (or 0xAF308F) is known color: Medium Red Violet. HEX triplet: AF, 30 and 8F. RGB value is (175,48,143). Sum of RGB (Red+Green+Blue) = 175+48+143=366 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.81% from 366); Green value is 48 (19.14% from 255 or 13.11% from 366); Blue value is 143 (56.25% from 255 or 39.07% from 366); Max value from RGB is 175 - color contains mainly: red. Hex color #AF308F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF308F is #50CF70. Grayscale: #606060. Windows color (decimal): -5295985 or 9384111. OLE color: 9384111.

HSL color Cylindrical-coordinate representation of color #AF308F: hue angle of 315.12º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AF308F is Cyan = 0, Magento = 0.73, Yellow = 0.18 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 48 143 -
CMYK 0 0.73 0.18 0.31
HSL 315.12º 0.57% 0.44% -
HSV(B) 315.12º 0.73% 0.69% -
XYZ 23.69 13.21 27.29 -
YUV 96.8 154.08 183.78 -
System Red Green Blue C M Y K H S L
Decimal 175 48 143 0 0.73 0.18 0.31 315.12 0.57 0.44
Hex AF 30 8F 0 49 12 1F 13B 39 2C
Octal 257 60 217 0 111 22 37 473 71 54
Binary 10101111 110000 10001111 0 1001001 10010 11111 100111011 111001 101100

Color Harmonies of #AF308F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF308F

Black with #AF308F

Text Example


Text Example

White with #AF308F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF308F; }

 p { color: rgb(175,48,143); }

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

background-color css

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

 a { background-color: rgb(175,48,143); }

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

border-color css

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

 span { border-color: rgb(175,48,143); }

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