Html Css Color HEX #AF308D Medium Red Violet

📋 copy color: '#AF308D'

red 175 ◦ green 48 ◦ blue 141

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

Shades of Medium Red Violet #AF308D

Tints of Medium Red Violet #AF308D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 38.74%

R = 48.08%
G = 13.19%
B = 38.74%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.19

 K value IS 0.31

RGB Variations

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

Color information

#AF308D (or 0xAF308D) is known color: Medium Red Violet. HEX triplet: AF, 30 and 8D. RGB value is (175,48,141). Sum of RGB (Red+Green+Blue) = 175+48+141=364 (48% of max value = 765). Red value is 175 (68.75% from 255 or 48.08% from 364); Green value is 48 (19.14% from 255 or 13.19% from 364); Blue value is 141 (55.47% from 255 or 38.74% from 364); Max value from RGB is 175 - color contains mainly: red. Hex color #AF308D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF308D is #50CF72. Grayscale: #606060. Windows color (decimal): -5295987 or 9253039. OLE color: 9253039.

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

Color convert

RGB 175 48 141 -
CMYK 0 0.73 0.19 0.31
HSL 316.06º 0.57% 0.44% -
HSV(B) 316.06º 0.73% 0.69% -
XYZ 23.54 13.15 26.5 -
YUV 96.58 153.08 183.94 -
System Red Green Blue C M Y K H S L
Decimal 175 48 141 0 0.73 0.19 0.31 316.06 0.57 0.44
Hex AF 30 8D 0 49 13 1F 13C 39 2C
Octal 257 60 215 0 111 23 37 474 71 54
Binary 10101111 110000 10001101 0 1001001 10011 11111 100111100 111001 101100

Color Harmonies of #AF308D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF308D

Black with #AF308D

Text Example


Text Example

White with #AF308D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF308D; }

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

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

background-color css

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

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

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

border-color css

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

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

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