Html Css Color HEX #AF3090 Medium Red Violet

📋 copy color: '#AF3090'

red 175 ◦ green 48 ◦ blue 144

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

Shades of Medium Red Violet #AF3090

Tints of Medium Red Violet #AF3090

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 39.24%

R = 47.68%
G = 13.08%
B = 39.24%

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

#AF3090 (or 0xAF3090) is known color: Medium Red Violet. HEX triplet: AF, 30 and 90. RGB value is (175,48,144). Sum of RGB (Red+Green+Blue) = 175+48+144=367 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.68% from 367); Green value is 48 (19.14% from 255 or 13.08% from 367); Blue value is 144 (56.64% from 255 or 39.24% from 367); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3090 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF3090 is #50CF6F. Grayscale: #606060. Windows color (decimal): -5295984 or 9449647. OLE color: 9449647.

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

Color convert

RGB 175 48 144 -
CMYK 0 0.73 0.18 0.31
HSL 314.65º 0.57% 0.44% -
HSV(B) 314.65º 0.73% 0.69% -
XYZ 23.77 13.24 27.69 -
YUV 96.92 154.58 183.69 -
System Red Green Blue C M Y K H S L
Decimal 175 48 144 0 0.73 0.18 0.31 314.65 0.57 0.44
Hex AF 30 90 0 49 12 1F 13B 39 2C
Octal 257 60 220 0 111 22 37 473 71 54
Binary 10101111 110000 10010000 0 1001001 10010 11111 100111011 111001 101100

Color Harmonies of #AF3090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3090

Black with #AF3090

Text Example


Text Example

White with #AF3090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3090; }

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

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

background-color css

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

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

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

border-color css

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

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

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