Html Css Color HEX #AF1885 Medium Violet Red

📋 copy color: '#AF1885'

red 175 ◦ green 24 ◦ blue 133

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

Shades of Medium Violet Red #AF1885

Tints of Medium Violet Red #AF1885

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.23%

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

R = 52.71%
G = 7.23%
B = 40.06%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.24

 K value IS 0.31

RGB Variations

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

Color information

#AF1885 (or 0xAF1885) is known color: Medium Violet Red. HEX triplet: AF, 18 and 85. RGB value is (175,24,133). Sum of RGB (Red+Green+Blue) = 175+24+133=332 (43% of max value = 765). Red value is 175 (68.75% from 255 or 52.71% from 332); Green value is 24 (9.77% from 255 or 7.23% from 332); Blue value is 133 (52.34% from 255 or 40.06% from 332); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1885 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF1885 is #50E77A. Grayscale: #515151. Windows color (decimal): -5302139 or 8722607. OLE color: 8722607.

HSL color Cylindrical-coordinate representation of color #AF1885: hue angle of 316.69º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AF1885 is Cyan = 0, Magento = 0.86, Yellow = 0.24 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 24 133 -
CMYK 0 0.86 0.24 0.31
HSL 316.69º 0.76% 0.39% -
HSV(B) 316.69º 0.86% 0.69% -
XYZ 22.24 11.46 23.23 -
YUV 81.58 157.03 194.64 -
System Red Green Blue C M Y K H S L
Decimal 175 24 133 0 0.86 0.24 0.31 316.69 0.76 0.39
Hex AF 18 85 0 56 18 1F 13D 4C 27
Octal 257 30 205 0 126 30 37 475 114 47
Binary 10101111 11000 10000101 0 1010110 11000 11111 100111101 1001100 100111

Color Harmonies of #AF1885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1885

Black with #AF1885

Text Example


Text Example

White with #AF1885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1885; }

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

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

background-color css

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

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

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

border-color css

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

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

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