Html Css Color HEX #AF108C Medium Violet Red

📋 copy color: '#AF108C'

red 175 ◦ green 16 ◦ blue 140

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

Shades of Medium Violet Red #AF108C

Tints of Medium Violet Red #AF108C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 42.3%

R = 52.87%
G = 4.83%
B = 42.3%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.2

 K value IS 0.31

RGB Variations

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

Color information

#AF108C (or 0xAF108C) is known color: Medium Violet Red. HEX triplet: AF, 10 and 8C. RGB value is (175,16,140). Sum of RGB (Red+Green+Blue) = 175+16+140=331 (43% of max value = 765). Red value is 175 (68.75% from 255 or 52.87% from 331); Green value is 16 (6.64% from 255 or 4.83% from 331); Blue value is 140 (55.08% from 255 or 42.30% from 331); Max value from RGB is 175 - color contains mainly: red. Hex color #AF108C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF108C is #50EF73. Grayscale: #4D4D4D. Windows color (decimal): -5304180 or 9179311. OLE color: 9179311.

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

Color convert

RGB 175 16 140 -
CMYK 0 0.91 0.2 0.31
HSL 313.21º 0.83% 0.37% -
HSV(B) 313.21º 0.91% 0.69% -
XYZ 22.6 11.38 25.82 -
YUV 77.68 163.18 197.42 -
System Red Green Blue C M Y K H S L
Decimal 175 16 140 0 0.91 0.2 0.31 313.21 0.83 0.37
Hex AF 10 8C 0 5B 14 1F 139 53 25
Octal 257 20 214 0 133 24 37 471 123 45
Binary 10101111 10000 10001100 0 1011011 10100 11111 100111001 1010011 100101

Color Harmonies of #AF108C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF108C

Black with #AF108C

Text Example


Text Example

White with #AF108C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF108C; }

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

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

background-color css

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

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

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

border-color css

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

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

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