Html Css Color HEX #AF4198 Medium Red Violet

📋 copy color: '#AF4198'

red 175 ◦ green 65 ◦ blue 152

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

Shades of Medium Red Violet #AF4198

Tints of Medium Red Violet #AF4198

RGB

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

 GREEN value IS 65 (25.78% from 255) = 16.58%

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

R = 44.64%
G = 16.58%
B = 38.78%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.13

 K value IS 0.31

RGB Variations

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

Color information

#AF4198 (or 0xAF4198) is known color: Medium Red Violet. HEX triplet: AF, 41 and 98. RGB value is (175,65,152). Sum of RGB (Red+Green+Blue) = 175+65+152=392 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.64% from 392); Green value is 65 (25.78% from 255 or 16.58% from 392); Blue value is 152 (59.77% from 255 or 38.78% from 392); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4198 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF4198 is #50BE67. Grayscale: #6B6B6B. Windows color (decimal): -5291624 or 9978287. OLE color: 9978287.

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

Color convert

RGB 175 65 152 -
CMYK 0 0.63 0.13 0.31
HSL 312.55º 0.46% 0.47% -
HSV(B) 312.55º 0.63% 0.69% -
XYZ 25.24 15.16 31.3 -
YUV 107.81 152.94 175.93 -
System Red Green Blue C M Y K H S L
Decimal 175 65 152 0 0.63 0.13 0.31 312.55 0.46 0.47
Hex AF 41 98 0 3F D 1F 139 2E 2F
Octal 257 101 230 0 77 15 37 471 56 57
Binary 10101111 1000001 10011000 0 111111 1101 11111 100111001 101110 101111

Color Harmonies of #AF4198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4198

Black with #AF4198

Text Example


Text Example

White with #AF4198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4198; }

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

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

background-color css

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

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

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

border-color css

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

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

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