Html Css Color HEX #AF309B Medium Red Violet

📋 copy color: '#AF309B'

red 175 ◦ green 48 ◦ blue 155

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

Shades of Medium Red Violet #AF309B

Tints of Medium Red Violet #AF309B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 41.01%

R = 46.3%
G = 12.7%
B = 41.01%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.11

 K value IS 0.31

RGB Variations

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

Color information

#AF309B (or 0xAF309B) is known color: Medium Red Violet. HEX triplet: AF, 30 and 9B. RGB value is (175,48,155). Sum of RGB (Red+Green+Blue) = 175+48+155=378 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.30% from 378); Green value is 48 (19.14% from 255 or 12.70% from 378); Blue value is 155 (60.94% from 255 or 41.01% from 378); Max value from RGB is 175 - color contains mainly: red. Hex color #AF309B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF309B is #50CF64. Grayscale: #616161. Windows color (decimal): -5295973 or 10170543. OLE color: 10170543.

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

Color convert

RGB 175 48 155 -
CMYK 0 0.73 0.11 0.31
HSL 309.45º 0.57% 0.44% -
HSV(B) 309.45º 0.73% 0.69% -
XYZ 24.65 13.59 32.34 -
YUV 98.17 160.08 182.8 -
System Red Green Blue C M Y K H S L
Decimal 175 48 155 0 0.73 0.11 0.31 309.45 0.57 0.44
Hex AF 30 9B 0 49 B 1F 135 39 2C
Octal 257 60 233 0 111 13 37 465 71 54
Binary 10101111 110000 10011011 0 1001001 1011 11111 100110101 111001 101100

Color Harmonies of #AF309B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF309B

Black with #AF309B

Text Example


Text Example

White with #AF309B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF309B; }

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

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

background-color css

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

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

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

border-color css

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

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

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