Html Css Color HEX #AF3A98 Medium Red Violet

📋 copy color: '#AF3A98'

red 175 ◦ green 58 ◦ blue 152

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

Shades of Medium Red Violet #AF3A98

Tints of Medium Red Violet #AF3A98

RGB

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

 GREEN value IS 58 (23.05% from 255) = 15.06%

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

R = 45.45%
G = 15.06%
B = 39.48%

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

#AF3A98 (or 0xAF3A98) is known color: Medium Red Violet. HEX triplet: AF, 3A and 98. RGB value is (175,58,152). Sum of RGB (Red+Green+Blue) = 175+58+152=385 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.45% from 385); Green value is 58 (23.05% from 255 or 15.06% from 385); Blue value is 152 (59.77% from 255 or 39.48% from 385); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3A98 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF3A98 is #50C567. Grayscale: #676767. Windows color (decimal): -5293416 or 9976495. OLE color: 9976495.

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

Color convert

RGB 175 58 152 -
CMYK 0 0.67 0.13 0.31
HSL 311.79º 0.5% 0.46% -
HSV(B) 311.79º 0.67% 0.69% -
XYZ 24.86 14.41 31.18 -
YUV 103.7 155.26 178.86 -
System Red Green Blue C M Y K H S L
Decimal 175 58 152 0 0.67 0.13 0.31 311.79 0.5 0.46
Hex AF 3A 98 0 43 D 1F 138 32 2E
Octal 257 72 230 0 103 15 37 470 62 56
Binary 10101111 111010 10011000 0 1000011 1101 11111 100111000 110010 101110

Color Harmonies of #AF3A98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3A98

Black with #AF3A98

Text Example


Text Example

White with #AF3A98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3A98; }

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

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

background-color css

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

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

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

border-color css

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

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

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