Html Css Color HEX #AF1CA7 Medium Violet Red

📋 copy color: '#AF1CA7'

red 175 ◦ green 28 ◦ blue 167

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

Shades of Medium Violet Red #AF1CA7

Tints of Medium Violet Red #AF1CA7

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.57%

 BLUE value IS 167 (65.63% from 255) = 45.14%

R = 47.3%
G = 7.57%
B = 45.14%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.05

 K value IS 0.31

RGB Variations

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

Color information

#AF1CA7 (or 0xAF1CA7) is known color: Medium Violet Red. HEX triplet: AF, 1C and A7. RGB value is (175,28,167). Sum of RGB (Red+Green+Blue) = 175+28+167=370 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.30% from 370); Green value is 28 (11.33% from 255 or 7.57% from 370); Blue value is 167 (65.62% from 255 or 45.14% from 370); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1CA7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF1CA7 is #50E358. Grayscale: #575757. Windows color (decimal): -5301081 or 10951855. OLE color: 10951855.

HSL color Cylindrical-coordinate representation of color #AF1CA7: hue angle of 303.27º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AF1CA7 is Cyan = 0, Magento = 0.84, Yellow = 0.05 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 28 167 -
CMYK 0 0.84 0.05 0.31
HSL 303.27º 0.72% 0.4% -
HSV(B) 303.27º 0.84% 0.69% -
XYZ 25.07 12.73 37.7 -
YUV 87.8 172.7 190.2 -
System Red Green Blue C M Y K H S L
Decimal 175 28 167 0 0.84 0.05 0.31 303.27 0.72 0.4
Hex AF 1C A7 0 54 5 1F 12F 48 28
Octal 257 34 247 0 124 5 37 457 110 50
Binary 10101111 11100 10100111 0 1010100 101 11111 100101111 1001000 101000

Color Harmonies of #AF1CA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1CA7

Black with #AF1CA7

Text Example


Text Example

White with #AF1CA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1CA7; }

 p { color: rgb(175,28,167); }

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

background-color css

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

 a { background-color: rgb(175,28,167); }

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

border-color css

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

 span { border-color: rgb(175,28,167); }

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