Html Css Color HEX #AF1285 Medium Violet Red

📋 copy color: '#AF1285'

red 175 ◦ green 18 ◦ blue 133

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

Shades of Medium Violet Red #AF1285

Tints of Medium Violet Red #AF1285

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.52%

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

R = 53.68%
G = 5.52%
B = 40.8%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.24

 K value IS 0.31

RGB Variations

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

Color information

#AF1285 (or 0xAF1285) is known color: Medium Violet Red. HEX triplet: AF, 12 and 85. RGB value is (175,18,133). Sum of RGB (Red+Green+Blue) = 175+18+133=326 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.68% from 326); Green value is 18 (7.42% from 255 or 5.52% from 326); Blue value is 133 (52.34% from 255 or 40.80% from 326); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1285 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF1285 is #50ED7A. Grayscale: #4D4D4D. Windows color (decimal): -5303675 or 8721071. OLE color: 8721071.

HSL color Cylindrical-coordinate representation of color #AF1285: hue angle of 316.05º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AF1285 is Cyan = 0, Magento = 0.90, Yellow = 0.24 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 18 133 -
CMYK 0 0.90 0.24 0.31
HSL 316.05º 0.81% 0.38% -
HSV(B) 316.05º 0.9% 0.69% -
XYZ 22.13 11.24 23.19 -
YUV 78.05 159.01 197.15 -
System Red Green Blue C M Y K H S L
Decimal 175 18 133 0 0.90 0.24 0.31 316.05 0.81 0.38
Hex AF 12 85 0 5A 18 1F 13C 51 26
Octal 257 22 205 0 132 30 37 474 121 46
Binary 10101111 10010 10000101 0 1011010 11000 11111 100111100 1010001 100110

Color Harmonies of #AF1285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1285

Black with #AF1285

Text Example


Text Example

White with #AF1285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1285; }

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

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

background-color css

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

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

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

border-color css

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

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

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