Html Css Color HEX #AF4185 Medium Red Violet

📋 copy color: '#AF4185'

red 175 ◦ green 65 ◦ blue 133

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

Shades of Medium Red Violet #AF4185

Tints of Medium Red Violet #AF4185

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 35.66%

R = 46.92%
G = 17.43%
B = 35.66%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.24

 K value IS 0.31

RGB Variations

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

Color information

#AF4185 (or 0xAF4185) is known color: Medium Red Violet. HEX triplet: AF, 41 and 85. RGB value is (175,65,133). Sum of RGB (Red+Green+Blue) = 175+65+133=373 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.92% from 373); Green value is 65 (25.78% from 255 or 17.43% from 373); Blue value is 133 (52.34% from 255 or 35.66% from 373); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4185 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF4185 is #50BE7A. Grayscale: #696969. Windows color (decimal): -5291643 or 8733103. OLE color: 8733103.

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

Color convert

RGB 175 65 133 -
CMYK 0 0.63 0.24 0.31
HSL 322.91º 0.46% 0.47% -
HSV(B) 322.91º 0.63% 0.69% -
XYZ 23.8 14.59 23.75 -
YUV 105.64 143.44 177.47 -
System Red Green Blue C M Y K H S L
Decimal 175 65 133 0 0.63 0.24 0.31 322.91 0.46 0.47
Hex AF 41 85 0 3F 18 1F 143 2E 2F
Octal 257 101 205 0 77 30 37 503 56 57
Binary 10101111 1000001 10000101 0 111111 11000 11111 101000011 101110 101111

Color Harmonies of #AF4185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4185

Black with #AF4185

Text Example


Text Example

White with #AF4185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4185; }

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

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

background-color css

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

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

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

border-color css

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

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

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