Html Css Color HEX #AF3998 Medium Red Violet

📋 copy color: '#AF3998'

red 175 ◦ green 57 ◦ blue 152

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

Shades of Medium Red Violet #AF3998

Tints of Medium Red Violet #AF3998

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 39.58%

R = 45.57%
G = 14.84%
B = 39.58%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.13

 K value IS 0.31

RGB Variations

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

Color information

#AF3998 (or 0xAF3998) is known color: Medium Red Violet. HEX triplet: AF, 39 and 98. RGB value is (175,57,152). Sum of RGB (Red+Green+Blue) = 175+57+152=384 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.57% from 384); Green value is 57 (22.66% from 255 or 14.84% from 384); Blue value is 152 (59.77% from 255 or 39.58% from 384); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3998 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF3998 is #50C667. Grayscale: #666666. Windows color (decimal): -5293672 or 9976239. OLE color: 9976239.

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

Color convert

RGB 175 57 152 -
CMYK 0 0.67 0.13 0.31
HSL 311.69º 0.51% 0.45% -
HSV(B) 311.69º 0.67% 0.69% -
XYZ 24.81 14.31 31.16 -
YUV 103.11 155.59 179.28 -
System Red Green Blue C M Y K H S L
Decimal 175 57 152 0 0.67 0.13 0.31 311.69 0.51 0.45
Hex AF 39 98 0 43 D 1F 138 33 2D
Octal 257 71 230 0 103 15 37 470 63 55
Binary 10101111 111001 10011000 0 1000011 1101 11111 100111000 110011 101101

Color Harmonies of #AF3998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3998

Black with #AF3998

Text Example


Text Example

White with #AF3998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3998; }

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

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

background-color css

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

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

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

border-color css

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

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

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