Html Css Color HEX #AF4197 Medium Red Violet

📋 copy color: '#AF4197'

red 175 ◦ green 65 ◦ blue 151

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

Shades of Medium Red Violet #AF4197

Tints of Medium Red Violet #AF4197

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 38.62%

R = 44.76%
G = 16.62%
B = 38.62%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.14

 K value IS 0.31

RGB Variations

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

Color information

#AF4197 (or 0xAF4197) is known color: Medium Red Violet. HEX triplet: AF, 41 and 97. RGB value is (175,65,151). Sum of RGB (Red+Green+Blue) = 175+65+151=391 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.76% from 391); Green value is 65 (25.78% from 255 or 16.62% from 391); Blue value is 151 (59.38% from 255 or 38.62% from 391); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4197 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF4197 is #50BE68. Grayscale: #6B6B6B. Windows color (decimal): -5291625 or 9912751. OLE color: 9912751.

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

Color convert

RGB 175 65 151 -
CMYK 0 0.63 0.14 0.31
HSL 313.09º 0.46% 0.47% -
HSV(B) 313.09º 0.63% 0.69% -
XYZ 25.16 15.13 30.87 -
YUV 107.69 152.44 176.01 -
System Red Green Blue C M Y K H S L
Decimal 175 65 151 0 0.63 0.14 0.31 313.09 0.46 0.47
Hex AF 41 97 0 3F E 1F 139 2E 2F
Octal 257 101 227 0 77 16 37 471 56 57
Binary 10101111 1000001 10010111 0 111111 1110 11111 100111001 101110 101111

Color Harmonies of #AF4197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4197

Black with #AF4197

Text Example


Text Example

White with #AF4197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4197; }

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

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

background-color css

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

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

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

border-color css

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

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

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