Html Css Color HEX #AF3992 Medium Red Violet

📋 copy color: '#AF3992'

red 175 ◦ green 57 ◦ blue 146

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

Shades of Medium Red Violet #AF3992

Tints of Medium Red Violet #AF3992

RGB

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

 GREEN value IS 57 (22.66% from 255) = 15.08%

 BLUE value IS 146 (57.42% from 255) = 38.62%

R = 46.3%
G = 15.08%
B = 38.62%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.17

 K value IS 0.31

RGB Variations

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

Color information

#AF3992 (or 0xAF3992) is known color: Medium Red Violet. HEX triplet: AF, 39 and 92. RGB value is (175,57,146). Sum of RGB (Red+Green+Blue) = 175+57+146=378 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.30% from 378); Green value is 57 (22.66% from 255 or 15.08% from 378); Blue value is 146 (57.42% from 255 or 38.62% from 378); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3992 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF3992 is #50C66D. Grayscale: #666666. Windows color (decimal): -5293678 or 9583023. OLE color: 9583023.

HSL color Cylindrical-coordinate representation of color #AF3992: hue angle of 314.75º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AF3992 is Cyan = 0, Magento = 0.67, Yellow = 0.17 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 57 146 -
CMYK 0 0.67 0.17 0.31
HSL 314.75º 0.51% 0.45% -
HSV(B) 314.75º 0.67% 0.69% -
XYZ 24.33 14.12 28.64 -
YUV 102.43 152.59 179.76 -
System Red Green Blue C M Y K H S L
Decimal 175 57 146 0 0.67 0.17 0.31 314.75 0.51 0.45
Hex AF 39 92 0 43 11 1F 13B 33 2D
Octal 257 71 222 0 103 21 37 473 63 55
Binary 10101111 111001 10010010 0 1000011 10001 11111 100111011 110011 101101

Color Harmonies of #AF3992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3992

Black with #AF3992

Text Example


Text Example

White with #AF3992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3992; }

 p { color: rgb(175,57,146); }

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

background-color css

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

 a { background-color: rgb(175,57,146); }

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

border-color css

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

 span { border-color: rgb(175,57,146); }

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