Html Css Color HEX #AF1085 Medium Violet Red

📋 copy color: '#AF1085'

red 175 ◦ green 16 ◦ blue 133

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

Shades of Medium Violet Red #AF1085

Tints of Medium Violet Red #AF1085

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.94%

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

R = 54.01%
G = 4.94%
B = 41.05%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.24

 K value IS 0.31

RGB Variations

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

Color information

#AF1085 (or 0xAF1085) is known color: Medium Violet Red. HEX triplet: AF, 10 and 85. RGB value is (175,16,133). Sum of RGB (Red+Green+Blue) = 175+16+133=324 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.01% from 324); Green value is 16 (6.64% from 255 or 4.94% from 324); Blue value is 133 (52.34% from 255 or 41.05% from 324); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1085 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF1085 is #50EF7A. Grayscale: #4C4C4C. Windows color (decimal): -5304187 or 8720559. OLE color: 8720559.

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

Color convert

RGB 175 16 133 -
CMYK 0 0.91 0.24 0.31
HSL 315.85º 0.83% 0.37% -
HSV(B) 315.85º 0.91% 0.69% -
XYZ 22.1 11.18 23.18 -
YUV 76.88 159.68 197.99 -
System Red Green Blue C M Y K H S L
Decimal 175 16 133 0 0.91 0.24 0.31 315.85 0.83 0.37
Hex AF 10 85 0 5B 18 1F 13C 53 25
Octal 257 20 205 0 133 30 37 474 123 45
Binary 10101111 10000 10000101 0 1011011 11000 11111 100111100 1010011 100101

Color Harmonies of #AF1085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1085

Black with #AF1085

Text Example


Text Example

White with #AF1085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1085; }

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

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

background-color css

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

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

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

border-color css

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

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

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